Lucas de Souza
|
00a66152f5
Merge branch 'runtimeErrorMessages' of LInE/ivprog into master
|
hace 6 años |
Lucas de Souza
|
39c6d44d1e
Implement negative index error message
|
hace 6 años |
Lucas de Souza
|
d8189f446e
Implement all semantic error messages
|
hace 6 años |
Lucas de Souza
|
52ec99c738
Implement the ProcessorErrorFactory methods for semantic errors
|
hace 6 años |
Lucas de Souza
|
f3fa2e87a2
Merge branch 'fixMainCall' of LInE/ivprog into master
|
hace 6 años |
Lucas de Souza
|
91abf11885
Implement the ability to call the main function from inside the code
|
hace 6 años |
Lucas de Souza
|
2e5a1b6a93
Merge branch 'fixDuplicateSymbols' of LInE/ivprog into master
|
hace 6 años |
Lucas de Souza
|
676ad2d964
Fix duplicate variables declaration not throwing a Syntax error
|
hace 6 años |
Lucas de Souza
|
a2dcc689da
Fix duplicate functions name not throwing an error
|
hace 6 años |
Lucas de Souza
|
7f73f99e04
Merge branch 'fixReturn' of LInE/ivprog into master
|
hace 6 años |
Lucas de Souza
|
4d1e207440
Fix executeReturn throwing an errorr during type checking
|
hace 6 años |
Lucas de Souza
|
3373e9518c
Merge branch 'fixTan' of LInE/ivprog into master
|
hace 6 años |
Lucas de Souza
|
1b34b64f39
Change Config class name to ConfigObject
|
hace 6 años |
Lucas de Souza
|
35034cf41c
Refactor Store to receive the name of the function as a parameter
|
hace 6 años |
Lucas de Souza
|
21ba1fb3c2
Refactor IVProgProcessor to use Config class
|
hace 6 años |
Lucas de Souza
|
3d83ca104b
Implement Config class for the IVProg.js system
|
hace 6 años |
Lucas de Souza
|
2824764911
Merge branch 'loopKill' of LInE/ivprog into master
|
hace 6 años |
Lucas de Souza
|
8bbce93c05
Implement infinity loop test case
|
hace 6 años |
Lucas de Souza
|
e4bb932c21
Remove explicit calls to 'new Promise' and replace them with Promise.resolve/reject
|
hace 6 años |
Lucas de Souza
|
44ed758cc7
Remove BigNumber.js and bluebird
|
hace 6 años |
Lucas de Souza
|
4f0ea94318
Fix Lib scope function being parsed without Lib ID
|
hace 6 años |
Lucas de Souza
|
2c326dcb12
Implement infinite loop kill switch that kills programs after 5s w/o input
|
hace 6 años |
Lucas de Souza
|
0aaa016237
Merge branch 'fixlineReq' of LInE/ivprog into master
|
hace 6 años |
Lucas de Souza
|
66c499701c
Fix npm dependecies for required package line-i18n
|
hace 6 años |
Lucas de Souza
|
15b9741eab
Merge branch 'functionReturn' of LInE/ivprog into master
|
hace 6 años |
Lucas de Souza
|
85ef096260
Fix function without a return command would not throw a runtime error
|
hace 6 años |
Lucas de Souza
|
8ed5ad70bc
Merge branch 'matrixInitVal' of LInE/ivprog into master
|
hace 6 años |
Lucas de Souza
|
aefed6cfe4
Fix matrices with no init value throwing exception
|
hace 6 años |
Lucas de Souza
|
95b56540b0
Merge branch 'fixNullInitValue' of LInE/ivprog into master
|
hace 6 años |
Lucas de Souza
|
e517bd6e08
Fix issue where non initialized array would throw an error
|
hace 6 años |