Age | Commit message (Expand) | Author |
2018-06-19 | support return | Sunil Shetye |
2018-06-19 | handle multiple rows | Sunil Shetye |
2018-06-18 | use format string | Sunil Shetye |
2018-06-18 | change order of functions | Sunil Shetye |
2018-06-18 | replace emptystatementblock with EOL | Sunil Shetye |
2018-06-18 | add documentation | Sunil Shetye |
2018-06-18 | support transpose operator | Sunil Shetye |
2018-06-18 | support a(index:index,index) syntax | Sunil Shetye |
2018-06-18 | support var(:,:) syntax | Sunil Shetye |
2018-06-16 | support (a:b) syntax | Sunil Shetye |
2018-06-16 | add spacing in for statement | Sunil Shetye |
2018-06-16 | support A(:,1) | Sunil Shetye |
2018-06-16 | support %var.var | Sunil Shetye |
2018-06-16 | make exprs an array by default | Sunil Shetye |
2018-06-16 | support part(variable, expression) syntax | Sunil Shetye |
2018-06-16 | support scicos_model call | Sunil Shetye |
2018-06-16 | support numbers of format 1.0d10 | Sunil Shetye |
2018-06-16 | support [start:end] syntax | Sunil Shetye |
2018-06-16 | replace in with in1 | Sunil Shetye |
2018-06-16 | simplify term array list | Sunil Shetye |
2018-06-15 | handle space character also | Sunil Shetye |
2018-06-15 | support second form of exponentiation | Sunil Shetye |
2018-06-15 | fix syntax issues | Sunil Shetye |
2018-06-15 | support complex in both formats | Sunil Shetye |
2018-06-15 | identify the job blocks | Sunil Shetye |
2018-06-14 | support for statement | Sunil Shetye |
2018-06-14 | handle part() call | Sunil Shetye |
2018-06-14 | support complex syntax | Sunil Shetye |
2018-06-14 | support array with just one term | Sunil Shetye |
2018-06-14 | ignore comma and semicolon after comment at the end of line | Sunil Shetye |
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 |
2018-06-11 | work on assignment | Sunil Shetye |
2018-06-11 | work on the grammar | Sunil Shetye |
2018-06-10 | add Makefile | Sunil Shetye |
2018-06-10 | support transpose operator | Sunil Shetye |
2018-06-10 | work on keywords | Sunil Shetye |
2018-06-08 | add predefined variable support | Sunil Shetye |