Accept "supercazzora" as alternate spelling of "supercazzola".
As mentioned in #2
This commit is contained in:
parent
e9be8b4419
commit
10034f38df
|
@ -162,7 +162,7 @@ CHAR [a-zA-Z_]
|
|||
":" {
|
||||
return token::COLON;
|
||||
}
|
||||
"blinda la supercazzola" {
|
||||
"blinda la supercazzo"("r"|"l")"a" {
|
||||
return token::FUNDECL;
|
||||
}
|
||||
"con" {
|
||||
|
@ -171,7 +171,7 @@ CHAR [a-zA-Z_]
|
|||
"," {
|
||||
return token::COMMA;
|
||||
}
|
||||
("b"|"p")"rematurata la supercazzola" {
|
||||
("b"|"p")"rematurata la supercazzo"("r"|"l")"a" {
|
||||
return token::FUNCALL;
|
||||
}
|
||||
"o scherziamo"("?")? {
|
||||
|
|
|
@ -285,6 +285,9 @@ where the `o tarapia tapioco` part is like the `default` block.
|
|||
Functions
|
||||
---------
|
||||
|
||||
**Note**: the alternate spelling `supercazzora` might be used in place
|
||||
of `supercazzola` wherever the latter appears.
|
||||
|
||||
###Declaration
|
||||
|
||||
A function is declared with the `blinda la supercazzola` statement:
|
||||
|
|
Reference in New Issue
Block a user