Lucas de Souza
|
20bd74f86e
Implement csv i18n file for all strings and a csv loader for webpack
|
5 years ago |
Lucas de Souza
|
db1e42f502
Translate english grammer for the new commands structure and reference operator
|
5 years ago |
Lucas de Souza
|
2019ec2242
Merge branch 'error-messages' of LInE/ivprog into master
|
5 years ago |
Lucas de Souza
|
7a8871aa3e
Merge branch 'master' into repita_para
|
5 years ago |
Lucas de Souza
|
3e37f91cc5
Implement better error messages in the input function and recursive calls
|
5 years ago |
Lucas de Souza
|
d117362f99
Implement function call stack property of IVProgProcessor class to track functions calls, mainly recursive calls
|
5 years ago |
Lucas de Souza
|
aff48e0cab
Implement a better error messages for incompatible type and vector and matrix literals with wrong sizes
|
5 years ago |
Lucas de Souza
|
da4a836f6c
Implement error messages for array initialization and assignment
|
5 years ago |
Lucas de Souza
|
e79a7f541f
Fix repeat untill command not showing the correct name in the menu
|
5 years ago |
Lucas de Souza
|
7ecbf60a43
Rename DoUntil command to RepeatUntil
|
5 years ago |
Lucas de Souza
|
acfd95cd11
Implement syntatic analysis for the new keywords
|
5 years ago |
Lucas de Souza
|
bcd5323e8e
Implement alternative keywords for for and while
|
5 years ago |
Lucas de Souza
|
919c99fb49
Change pt-br translation for input/output functions and return command
|
5 years ago |
Lucas de Souza
|
b994591564
Implement Either function type for future error processing
|
5 years ago |
Lucas de Souza
|
e4fa6c8210
Fix bug with for assignment command using VarLiteral instead of a string
|
5 years ago |
Lucas de Souza
|
6dd34899be
Merge branch 'master' into repita_para
|
5 years ago |
Lucas de Souza
|
1e966880da
Merge branch 'reference_operator' of LInE/ivprog into master
|
5 years ago |
Lucas de Souza
|
053616b334
Remove log calls from smenatic analyser
|
5 years ago |
Lucas de Souza
|
8df8e73a6d
Implement reference operator for parameters
|
5 years ago |
Lucas de Souza
|
bce17397a4
Merge branch 'fix-terminal-focus' of LInE/ivprog into master
|
5 years ago |
Lucas de Souza
|
fdf74054da
Fix a bug that prevented the terminal from recovering the focus when it was hidden while awaiting input
|
5 years ago |
Lucas de Souza
|
86af582b4f
Merge branch 'store-rework' of LInE/ivprog into master
|
5 years ago |
Lucas de Souza
|
f270a7fd8d
Remove unused import
|
5 years ago |
Lucas de Souza
|
6c94612745
Rework ivprog language internal functions to conform with the new return rules
|
5 years ago |
Lucas de Souza
|
47157b8ddf
Rework the way the special return variable is inserted in the store to deal with array objects
|
5 years ago |
Lucas de Souza
|
92366d4a89
Implement refference parameters for type array and its position addresses
|
5 years ago |
Lucas de Souza
|
6466193602
Undo modifications regarding array assignments. Arrays can only be assigned to other arrays with same dimension and number of elements
|
5 years ago |
Lucas de Souza
|
e07c633c0d
Implement array access and parameters as array refference (still missing assignment to an array position)
|
5 years ago |
Lucas de Souza
|
320394a16f
Implement atomic variables StoreValue and StoreValueRef types
|
5 years ago |
Lucas de Souza
|
c8c6684a2e
Change Store object internal mapping strucuture from object to an actual Map
|
5 years ago |