summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-10handle list separatelySunil Shetye
2018-07-10add list typeSunil Shetye
2018-07-09support ScilabBoolean, ScilabDouble, ScilabStringSunil Shetye
2018-07-09use different syntax for matrix optionsSunil Shetye
2018-07-09make string as the default typeSunil Shetye
2018-07-05fix var when assigningSunil Shetye
2018-07-05identify object functionsSunil Shetye
2018-07-05get function type also from lexerSunil Shetye
2018-07-05add type to expressionsSunil Shetye
2018-07-04ignore type of vector and matrix for nowSunil Shetye
2018-07-03prepare to split function namesSunil Shetye
2018-07-03add code to dump and load type of varSunil Shetye
2018-07-03remove extra plus signSunil Shetye
2018-07-02add options blockSunil Shetye
2018-07-02add set blockSunil Shetye
2018-07-02support gettextSunil Shetye
2018-07-02handle each argument differentlySunil Shetye
2018-07-02split into multiple casesSunil Shetye
2018-06-29support variable in getvalueSunil Shetye
2018-06-29handle list separatelySunil Shetye
2018-06-29organise the codeSunil Shetye
2018-06-27split job cases into different code blocksSunil Shetye
2018-06-27add tokens for the job typesSunil Shetye
2018-06-27update function listSunil Shetye
2018-06-26add return value from scicos_getvalue to global varsSunil Shetye
2018-06-26return block type in define and setSunil Shetye
2018-06-26add spacing to end of block alsoSunil Shetye
2018-06-25separate out code for getvalueSunil Shetye
2018-06-22save global variables in first passSunil Shetye
read those variables in second pass
2018-06-22start work on separating local and global varsSunil Shetye
2018-06-22ignore remaining function blocksSunil Shetye
2018-06-21distinguish between functions and arraysSunil Shetye
maintain a list of functions
2018-06-21code cleanupSunil Shetye
2018-06-20substitute some of the predefined variablesSunil Shetye
2018-06-20support a(b:c,d:e) on LHSSunil Shetye
2018-06-20support case without statementSunil Shetye
2018-06-20support a.b on LHSSunil Shetye
2018-06-20start working on scicos_getvalueSunil Shetye
2018-06-20add function tokensSunil Shetye
2018-06-19support variable(index)(index) on LHSSunil Shetye
2018-06-19support variable(index)(slice)Sunil Shetye
2018-06-19support variable(index)(index)(slice)Sunil Shetye
2018-06-19support assignment to arraySunil Shetye
2018-06-19support clearSunil Shetye
2018-06-19support returnSunil Shetye
2018-06-19handle multiple rowsSunil Shetye
2018-06-18use format stringSunil Shetye
2018-06-18change order of functionsSunil Shetye
2018-06-18replace emptystatementblock with EOLSunil Shetye
2018-06-18add documentationSunil Shetye