Accept "supercazzora" as alternate spelling of "supercazzola".

As mentioned in #2
This commit is contained in:
Stefano Sanfilippo 2014-12-01 00:29:49 +01:00
parent e9be8b4419
commit 10034f38df
2 changed files with 5 additions and 2 deletions

View File

@ -162,7 +162,7 @@ CHAR [a-zA-Z_]
":" { ":" {
return token::COLON; return token::COLON;
} }
"blinda la supercazzola" { "blinda la supercazzo"("r"|"l")"a" {
return token::FUNDECL; return token::FUNDECL;
} }
"con" { "con" {
@ -171,7 +171,7 @@ CHAR [a-zA-Z_]
"," { "," {
return token::COMMA; return token::COMMA;
} }
("b"|"p")"rematurata la supercazzola" { ("b"|"p")"rematurata la supercazzo"("r"|"l")"a" {
return token::FUNCALL; return token::FUNCALL;
} }
"o scherziamo"("?")? { "o scherziamo"("?")? {

View File

@ -285,6 +285,9 @@ where the `o tarapia tapioco` part is like the `default` block.
Functions Functions
--------- ---------
**Note**: the alternate spelling `supercazzora` might be used in place
of `supercazzola` wherever the latter appears.
###Declaration ###Declaration
A function is declared with the `blinda la supercazzola` statement: A function is declared with the `blinda la supercazzola` statement: