summaryrefslogtreecommitdiff
path: root/sci2jslex.py
AgeCommit message (Expand)Author
2018-08-29support arg1 parsingSunil Shetye
2018-08-29add the common code to get method alsoSunil Shetye
2018-07-18treat _ as gettextSunil Shetye
2018-07-18treat message() call separatelySunil Shetye
2018-07-16support string vector alsoSunil Shetye
2018-07-15handle boolean differentlySunil Shetye
2018-07-15support for new standard_defineSunil Shetye
2018-07-12change graphics to objectSunil Shetye
2018-07-11fix assignment to listSunil Shetye
2018-07-11show type for matrix alsoSunil Shetye
2018-07-11code to support vectors and matrices with indexSunil Shetye
2018-07-10update some return typesSunil Shetye
2018-07-10add parser.outSunil Shetye
2018-07-10add list typeSunil Shetye
2018-07-09support ScilabBoolean, ScilabDouble, ScilabStringSunil Shetye
2018-07-05identify object functionsSunil Shetye
2018-07-05get function type also from lexerSunil Shetye
2018-07-04ignore type of vector and matrix for nowSunil Shetye
2018-07-03prepare to split function namesSunil Shetye
2018-07-02support gettextSunil Shetye
2018-06-29handle list separatelySunil 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-22save global variables in first passSunil Shetye
2018-06-22ignore remaining function blocksSunil Shetye
2018-06-21distinguish between functions and arraysSunil Shetye
2018-06-21code cleanupSunil Shetye
2018-06-20substitute some of the predefined variablesSunil Shetye
2018-06-20start working on scicos_getvalueSunil Shetye
2018-06-20add function tokensSunil Shetye
2018-06-19support assignment to arraySunil Shetye
2018-06-19handle multiple rowsSunil Shetye
2018-06-18add documentationSunil Shetye
2018-06-16support numbers of format 1.0d10Sunil Shetye
2018-06-15handle space character alsoSunil Shetye
2018-06-15support second form of exponentiationSunil Shetye
2018-06-15support complex in both formatsSunil Shetye
2018-06-15identify the job blocksSunil Shetye
2018-06-14handle part() callSunil Shetye
2018-06-14ignore comma and semicolon after comment at the end of lineSunil Shetye
2018-06-14ignore comma and semicolon at the end of lineSunil Shetye
2018-06-14add make rules for generating debug filesSunil Shetye
2018-06-13split addition and multiplication operatorsSunil Shetye
2018-06-11work on assignmentSunil Shetye
2018-06-11work on the grammarSunil Shetye
2018-06-10add MakefileSunil Shetye
2018-06-10support transpose operatorSunil Shetye
2018-06-10work on keywordsSunil Shetye
2018-06-08add predefined variable supportSunil Shetye