Patrick José Pereira
|
b63852967e
|
sixtyfps_compiler: parser: Move code to use new nth and kind functions
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
2020-08-31 15:02:41 +02:00 |
|
Olivier Goffart
|
58cdaeb8dd
|
Update license header to mention that commertial option are available
|
2020-08-26 13:23:42 +02:00 |
|
Simon Hausmann
|
2823f32692
|
Apply license headers to all non-binary/non-json sources
|
2020-08-17 17:55:20 +02:00 |
|
Olivier Goffart
|
0199b70cea
|
if statements
|
2020-08-04 17:36:20 +02:00 |
|
Olivier Goffart
|
232848de9e
|
Make sure that there is only one error reported when assigning to invalid
This also start parsing assignment ('=') as a self assignement
but the code generation is not yet implmented
|
2020-07-24 11:33:00 +02:00 |
|
Simon Hausmann
|
1baab9823a
|
Another small typo fix :)
|
2020-06-10 12:05:44 +02:00 |
|
Olivier Goffart
|
dc276290e9
|
Add support for self assignment (+=, -=, ...)
|
2020-05-28 17:02:06 +02:00 |
|
Olivier Goffart
|
92697ec6b0
|
Add some code to parse statements in blocks (separated with semicolon)
|
2020-05-28 07:22:08 +02:00 |
|