Commit History

Author SHA1 Message Date
  Lucas de Souza dc3f2580be Implement write as a function with polymorphiv variadic parameter 4 years ago
  Lucas de Souza 7b9a1c5dba Rework lib/io.js and all I/O related classes using async/await pattern 4 years ago
  Lucas de Souza 70d9767b34 Implement whitespace trim on string outputs during automatic assessment for both expected and generated outputs 4 years ago
  Lucas de Souza 0e8cfa7562 Fix a bug that did not cancel pending input requests when the processor had its mode set as ABORT 4 years ago
  Lucas de Souza 9d13c0d46b Implement instruction count (counts commands and expressions) to limit program execution and delay some computations 4 years ago
  Lucas de Souza 3e37f91cc5 Implement better error messages in the input function and recursive calls 4 years ago
  Lucas de Souza 6c94612745 Rework ivprog language internal functions to conform with the new return rules 4 years ago
  Lucas de Souza e07c633c0d Implement array access and parameters as array refference (still missing assignment to an array position) 4 years ago
  Lucas de Souza 320394a16f Implement atomic variables StoreValue and StoreValueRef types 4 years ago
  Lucas de Souza ce0a504f75 Implement Location and Address to emulate memory allocation/deallocation to facilitate refference usage inside the program and other future improvements 4 years ago
  Lucas de Souza e7f24d4791 Fix read function type exception error messages 5 years ago
  Lucas de Souza b6bb750f65 Fix integer not being trunced when read from input 5 years ago
  Lucas de Souza d3b3cfcbe0 Merge branch 'master' into visualui 5 years ago
  Lucas de Souza 937b382f23 Implement type cast during eval of Mod and relational operators 5 years ago
  Lucas de Souza 31a124c9b1 Implement type cast during assignment 5 years ago
  Lucas de Souza 06a072eef7 Implement declaration initial value type casting 5 years ago
  Igor 269fbdd168 Comitando 5 years ago
  Lucas de Souza 2c326dcb12 Implement infinite loop kill switch that kills programs after 5s w/o input 5 years ago
  Lucas de Souza 6b7c1f0d90 Refactor type system 5 years ago
  Lucas de Souza a92ca4a593 Implement some language defined functions 5 years ago