Historique des commits

Auteur SHA1 Message Date
  Lucas Mendonça 5a157950c2 Remove trim from string output matching il y a 4 ans
  Lucas Mendonça 9d387f2591 Fix bug that caused an infinite loop when for_to > for_from and the pass parameter was provided il y a 4 ans
  Lucas de Souza 9d13c0d46b Implement instruction count (counts commands and expressions) to limit program execution and delay some computations il y a 4 ans
  Lucas de Souza 6b550980ef Implement command counter in IVProgProcessor to delay every 100th command execution in 5ms il y a 4 ans
  Lucas de Souza 95de2da474 Implement initial stop execution button. Still requires some changes at IVProgProcessor il y a 4 ans
  Lucas de Souza 7a8871aa3e Merge branch 'master' into repita_para il y a 4 ans
  Lucas de Souza 3e37f91cc5 Implement better error messages in the input function and recursive calls il y a 4 ans
  Lucas de Souza d117362f99 Implement function call stack property of IVProgProcessor class to track functions calls, mainly recursive calls il y a 4 ans
  Lucas de Souza aff48e0cab Implement a better error messages for incompatible type and vector and matrix literals with wrong sizes il y a 4 ans
  Lucas de Souza da4a836f6c Implement error messages for array initialization and assignment il y a 4 ans
  Lucas de Souza e79a7f541f Fix repeat untill command not showing the correct name in the menu il y a 4 ans
  Lucas de Souza 7ecbf60a43 Rename DoUntil command to RepeatUntil il y a 4 ans
  Lucas de Souza acfd95cd11 Implement syntatic analysis for the new keywords il y a 4 ans
  Lucas de Souza e4fa6c8210 Fix bug with for assignment command using VarLiteral instead of a string il y a 4 ans
  Lucas de Souza 6dd34899be Merge branch 'master' into repita_para il y a 4 ans
  Lucas de Souza 8df8e73a6d Implement reference operator for parameters il y a 4 ans
  Lucas de Souza f270a7fd8d Remove unused import il y a 4 ans
  Lucas de Souza 6c94612745 Rework ivprog language internal functions to conform with the new return rules il y a 4 ans
  Lucas de Souza 47157b8ddf Rework the way the special return variable is inserted in the store to deal with array objects il y a 4 ans
  Lucas de Souza 6466193602 Undo modifications regarding array assignments. Arrays can only be assigned to other arrays with same dimension and number of elements il y a 4 ans
  Lucas de Souza e07c633c0d Implement array access and parameters as array refference (still missing assignment to an array position) il y a 4 ans
  Lucas de Souza 320394a16f Implement atomic variables StoreValue and StoreValueRef types il y a 4 ans
  Lucas de Souza ce0a504f75 Implement Location and Address to emulate memory allocation/deallocation to facilitate refference usage inside the program and other future improvements il y a 4 ans
  Lucas de Souza cebbbfabef Implement new for execution il y a 4 ans
  Lucas de Souza b2afb4a785 Merge branch 'master' into ast-parse-rework il y a 4 ans
  Lucas de Souza 83b70427d7 Fix parceStoreObjectValue function when dealing with ObjectArray il y a 4 ans
  Lucas de Souza bbba0d3935 Implement array element implicit type conversion il y a 4 ans
  Lucas de Souza 3ff8fc3024 Implement array assignment rules as defined in Issue #83 il y a 4 ans
  Lucas de Souza e827f6af6c Fix number rounding during calculation il y a 4 ans
  Lucas de Souza 4518fad006 Fix breakable context not being changed when leaving a switch..case block during runtime il y a 5 ans