Lucas de Souza
|
ba3e12b53f
perf: Update sleep threshold to 1000 instructions
|
2 년 전 |
Lucas de Souza
|
9c94451597
Fix a bug where a functions command would not run in sync with the store and context processing instructions
|
3 년 전 |
Lucas de Souza
|
525825fb2a
Merge branch 'master' into newWriteFunction
|
4 년 전 |
Lucas de Souza
|
dc3f2580be
Implement write as a function with polymorphiv variadic parameter
|
4 년 전 |
Lucas de Souza
|
b57eaae608
Implement Char basic operations:
|
4 년 전 |
Lucas de Souza
|
db93c20693
Implement char type, AST representation and processor function
|
4 년 전 |
Lucas de Souza
|
beda5ee339
Implement for to behave in a C-style iteranting over the range [begin, end)
|
4 년 전 |
Lucas de Souza
|
bac03046c5
Rework all ivprogProcessor.js evaluate* functions using async/await pattern
|
4 년 전 |
Lucas de Souza
|
ce802e476b
Refactor all ivprogProcessor.js execute* functions using async/await pattern
|
4 년 전 |
Lucas de Souza
|
0ec63862df
Rewrite some function from ivprogProcessor.js using async/await pattern
|
4 년 전 |
Lucas Mendonça
|
5a157950c2
Remove trim from string output matching
|
5 년 전 |
Lucas Mendonça
|
9d387f2591
Fix bug that caused an infinite loop when for_to > for_from and the pass parameter was provided
|
5 년 전 |
Lucas de Souza
|
9d13c0d46b
Implement instruction count (counts commands and expressions) to limit program execution and delay some computations
|
5 년 전 |
Lucas de Souza
|
6b550980ef
Implement command counter in IVProgProcessor to delay every 100th command execution in 5ms
|
5 년 전 |
Lucas de Souza
|
95de2da474
Implement initial stop execution button. Still requires some changes at IVProgProcessor
|
5 년 전 |
Lucas de Souza
|
7a8871aa3e
Merge branch 'master' into repita_para
|
5 년 전 |
Lucas de Souza
|
3e37f91cc5
Implement better error messages in the input function and recursive calls
|
5 년 전 |
Lucas de Souza
|
d117362f99
Implement function call stack property of IVProgProcessor class to track functions calls, mainly recursive calls
|
5 년 전 |
Lucas de Souza
|
aff48e0cab
Implement a better error messages for incompatible type and vector and matrix literals with wrong sizes
|
5 년 전 |
Lucas de Souza
|
da4a836f6c
Implement error messages for array initialization and assignment
|
5 년 전 |
Lucas de Souza
|
e79a7f541f
Fix repeat untill command not showing the correct name in the menu
|
5 년 전 |
Lucas de Souza
|
7ecbf60a43
Rename DoUntil command to RepeatUntil
|
5 년 전 |
Lucas de Souza
|
acfd95cd11
Implement syntatic analysis for the new keywords
|
5 년 전 |
Lucas de Souza
|
e4fa6c8210
Fix bug with for assignment command using VarLiteral instead of a string
|
5 년 전 |
Lucas de Souza
|
6dd34899be
Merge branch 'master' into repita_para
|
5 년 전 |
Lucas de Souza
|
8df8e73a6d
Implement reference operator for parameters
|
5 년 전 |
Lucas de Souza
|
f270a7fd8d
Remove unused import
|
5 년 전 |
Lucas de Souza
|
6c94612745
Rework ivprog language internal functions to conform with the new return rules
|
5 년 전 |
Lucas de Souza
|
47157b8ddf
Rework the way the special return variable is inserted in the store to deal with array objects
|
5 년 전 |
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 년 전 |