summaryrefslogtreecommitdiff
path: root/js/IntegerOp
AgeCommit message (Collapse)Author
2018-07-13add more global variablesSunil Shetye
2018-07-12define gr_iSunil 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-10allow expression in ltermSunil 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-05identify object functionsSunil Shetye
2018-07-05add type to expressionsSunil Shetye
2018-07-03prepare to split function namesSunil Shetye
2018-07-03add code to dump and load type of varSunil Shetye
2018-07-02add options blockSunil Shetye
2018-07-02add set blockSunil Shetye
2018-07-02support gettextSunil 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-21distinguish between functions and arraysSunil Shetye
maintain a list of functions
2018-06-21code cleanupSunil Shetye
2018-06-19handle multiple rowsSunil Shetye
2018-06-18use format stringSunil Shetye
2018-06-18change order of functionsSunil Shetye
2018-06-18support a(index:index,index) syntaxSunil Shetye
2018-06-18support var(:,:) syntaxSunil Shetye
2018-06-16add spacing in for statementSunil Shetye
2018-06-16make exprs an array by defaultSunil Shetye
2018-06-16support scicos_model callSunil Shetye
2018-06-16support numbers of format 1.0d10Sunil Shetye
2018-06-16replace in with in1Sunil Shetye
2018-06-15handle space character alsoSunil Shetye
required in lists
2018-06-15identify the job blocksSunil 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-10add MakefileSunil Shetye
add support for scicos functions