summaryrefslogtreecommitdiff
path: root/sci2jslex.py
AgeCommit message (Expand)Author
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
2018-06-07add operator supportSunil Shetye
2018-06-07Initial commit of lexer for sci filesSunil Shetye