issues
search
magic-lang
/
magic
0
stars
2
forks
source link
Some lexer and parser improvements
#149
Closed
thomasfanell
closed
8 years ago
thomasfanell
commented
8 years ago
now supports both verbose and shorthand declare-assign (
a := b
and
a: Int = b
)
added a fix for lexing float suffix (
0.005f
)
Updated class declaration test - magic can now parse simple classes with non-fancy member declarations
a := b
anda: Int = b
)0.005f
)