Files
catalysa/grammar/sample.lysa
mii 0b0a5b8dcb Create g4 and tokenizer.
Add Lexer and Parser .g4.
Add tokenizer for REVERSED.
2021-12-19 21:53:52 +09:00

7 lines
71 B
Plaintext

f x(a) ->
if (a > 2) || (a == 1)
a = 3
let a = x(x(2))