Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-14 | ignore comma and semicolon at the end of line | Sunil Shetye | |
2018-06-14 | support select statement | Sunil Shetye | |
2018-06-14 | support else and elseif blocks | Sunil Shetye | |
2018-06-14 | support break statement | Sunil Shetye | |
2018-06-14 | support while block | Sunil Shetye | |
2018-06-14 | add if block statement | Sunil Shetye | |
2018-06-14 | add support for function block | Sunil Shetye | |
2018-06-14 | add make rules for generating debug files | Sunil Shetye | |
2018-06-13 | support first sign in term array list | Sunil Shetye | |
2018-06-13 | allow function call as whole line | Sunil Shetye | |
2018-06-13 | split addition and multiplication operators | Sunil Shetye | |
2018-06-12 | support missing tokens | Sunil Shetye | |
2018-06-12 | combine similar rules | Sunil Shetye | |
2018-06-12 | add statement block | Sunil Shetye | |
rearrange the rules for clarity | |||
2018-06-11 | work on assignment | Sunil Shetye | |
2018-06-11 | work on the grammar | Sunil Shetye | |
2018-06-10 | add Makefile | Sunil Shetye | |
add support for scicos functions | |||
2018-06-10 | support transpose operator | Sunil Shetye | |
distinguish it from string in quotes | |||
2018-06-10 | work on keywords | Sunil Shetye | |
2018-06-08 | add predefined variable support | Sunil Shetye | |
2018-06-07 | add operator support | Sunil Shetye | |
2018-06-07 | add macros from scicos_blocks from scilab 5.5.2 | Sunil Shetye | |
2018-06-07 | Initial commit of lexer for sci files | Sunil Shetye | |
2018-06-07 | Initial commit | Sunil Shetye | |