Historial de Commits

Autor SHA1 Mensaje Fecha
  Lucas de Souza e79a7f541f Fix repeat untill command not showing the correct name in the menu hace 5 años
  Lucas de Souza 7ecbf60a43 Rename DoUntil command to RepeatUntil hace 5 años
  Lucas de Souza acfd95cd11 Implement syntatic analysis for the new keywords hace 5 años
  Lucas de Souza e4fa6c8210 Fix bug with for assignment command using VarLiteral instead of a string hace 5 años
  Lucas de Souza 6dd34899be Merge branch 'master' into repita_para hace 5 años
  Lucas de Souza 8df8e73a6d Implement reference operator for parameters hace 5 años
  Lucas de Souza f270a7fd8d Remove unused import hace 5 años
  Lucas de Souza 6c94612745 Rework ivprog language internal functions to conform with the new return rules hace 5 años
  Lucas de Souza 47157b8ddf Rework the way the special return variable is inserted in the store to deal with array objects hace 5 años
  Lucas de Souza 6466193602 Undo modifications regarding array assignments. Arrays can only be assigned to other arrays with same dimension and number of elements hace 5 años
  Lucas de Souza e07c633c0d Implement array access and parameters as array refference (still missing assignment to an array position) hace 5 años
  Lucas de Souza 320394a16f Implement atomic variables StoreValue and StoreValueRef types hace 5 años
  Lucas de Souza ce0a504f75 Implement Location and Address to emulate memory allocation/deallocation to facilitate refference usage inside the program and other future improvements hace 5 años
  Lucas de Souza cebbbfabef Implement new for execution hace 5 años
  Lucas de Souza b2afb4a785 Merge branch 'master' into ast-parse-rework hace 5 años
  Lucas de Souza 83b70427d7 Fix parceStoreObjectValue function when dealing with ObjectArray hace 5 años
  Lucas de Souza bbba0d3935 Implement array element implicit type conversion hace 5 años
  Lucas de Souza 3ff8fc3024 Implement array assignment rules as defined in Issue #83 hace 5 años
  Lucas de Souza e827f6af6c Fix number rounding during calculation hace 5 años
  Lucas de Souza 4518fad006 Fix breakable context not being changed when leaving a switch..case block during runtime hace 5 años
  Lucas de Souza b882d949bc Fix switch not changing break mode hace 5 años
  Lucas de Souza 923d419eac Refactor switch..case equality check to map stoObj to it's actual value hace 5 años
  Lucas de Souza d817c27a6f Refactor switch..case execution code hace 5 años
  Lucas de Souza 075008bac9 Implement functions and globals modifications notifier hace 5 años
  Lucas de Souza b0a7a0f960 Refactor LocalizedStrings to include operations and type translations hace 5 años
  Lucas de Souza b1d247cd28 Merge branch 'versionNumber' into visualui hace 5 años
  Lucas de Souza e4034c17d0 Improve if and general loops condition type error message hace 5 años
  Lucas de Souza 25b66fb72e Fix DoWhile being matched as While due to inheritance hace 5 años
  Lucas de Souza d3b3cfcbe0 Merge branch 'master' into visualui hace 5 años
  Lucas de Souza 937b382f23 Implement type cast during eval of Mod and relational operators hace 5 años