summaryrefslogtreecommitdiff
path: root/sci2jsyacc.py
AgeCommit message (Collapse)Author
2018-07-18handle empty array in comparisonSunil Shetye
2018-07-18add throw after message()Sunil Shetye
2018-07-18remove exprs from listSunil Shetye
2018-07-18treat message() call separatelySunil Shetye
2018-07-18handle case when there are no optionsSunil Shetye
2018-07-18move the options in the loopSunil Shetye
2018-07-16treat third argument of standard_define as model expressionSunil Shetye
2018-07-16combine .in with .varSunil Shetye
2018-07-16refactor codeSunil Shetye
2018-07-16support string vector alsoSunil Shetye
2018-07-15handle boolean differentlySunil Shetye
2018-07-15give exact count of argumentsSunil Shetye
2018-07-15support for new standard_defineSunil Shetye
2018-07-15change in1 to inSunil Shetye
2018-07-13add more global variablesSunil Shetye
2018-07-12define gr_iSunil Shetye
2018-07-12refactorSunil Shetye
2018-07-12change graphics to objectSunil Shetye
2018-07-11support vector alsoSunil Shetye
2018-07-11fix assignment to listSunil Shetye
2018-07-11include in in modelvarSunil Shetye
2018-07-11show type for matrix alsoSunil Shetye
2018-07-11code to support vectors and matrices with indexSunil Shetye
2018-07-10add parser.outSunil Shetye
2018-07-10print_var to decide if this is to be addedSunil Shetye
2018-07-10allow expression in ltermSunil Shetye
2018-07-10separate listcall from expressionSunil Shetye
2018-07-10remove type from listSunil Shetye
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-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