Skip to content

Commit

Permalink
Merge pull request #5 from equilaterus-gamestudios/dev
Browse files Browse the repository at this point in the history
v1.1.1
  • Loading branch information
pipecaniza authored Jan 11, 2022
2 parents d0c3216 + 8c4c438 commit 72bac0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Rincewind compiler

![Rincewind](https://equilaterus.com/assets/img/projects/rincewind.png)

Rincewind is a magic machine built by druids, it can talk with anyone in any language. This compiler pronounce the enchanted words that allows you to talk with this machine without being evaporated. Say something wise, the elders are waiting.


Expand Down
2 changes: 1 addition & 1 deletion Rincewind/lexer.l
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ digits [0-9]+
identifier [$][_]?[a-zA-Z][a-zA-Z_0-9]*
label [#]+[ ]?[a-zA-Z][a-zA-Z_0-9]*
full_text "`"[a-zA-Z0-9 ',.?!$%#*]+"`"
text [a-zA-Z',.?!][a-zA-Z ',.?!]+
text [a-zA-Zñáéíóú',.¿?¡!][a-zA-Z ñáéíóú',.¿?¡!]+
ignored [ \n\t\r]

%%
Expand Down

0 comments on commit 72bac0c

Please sign in to comment.