Historique des commits

Auteur SHA1 Message Date
  Lucas de Souza dc3f2580be Implement write as a function with polymorphiv variadic parameter il y a 4 ans
  Lucas de Souza 7b9a1c5dba Rework lib/io.js and all I/O related classes using async/await pattern il y a 4 ans
  Lucas de Souza 70d9767b34 Implement whitespace trim on string outputs during automatic assessment for both expected and generated outputs il y a 4 ans
  Lucas de Souza 0e8cfa7562 Fix a bug that did not cancel pending input requests when the processor had its mode set as ABORT 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 3e37f91cc5 Implement better error messages in the input function and recursive calls 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 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 e7f24d4791 Fix read function type exception error messages il y a 5 ans
  Lucas de Souza b6bb750f65 Fix integer not being trunced when read from input il y a 5 ans
  Lucas de Souza d3b3cfcbe0 Merge branch 'master' into visualui il y a 5 ans
  Lucas de Souza 937b382f23 Implement type cast during eval of Mod and relational operators il y a 5 ans
  Lucas de Souza 31a124c9b1 Implement type cast during assignment il y a 5 ans
  Lucas de Souza 06a072eef7 Implement declaration initial value type casting il y a 5 ans
  Igor 269fbdd168 Comitando il y a 5 ans
  Lucas de Souza 2c326dcb12 Implement infinite loop kill switch that kills programs after 5s w/o input il y a 5 ans
  Lucas de Souza 6b7c1f0d90 Refactor type system il y a 5 ans
  Lucas de Souza a92ca4a593 Implement some language defined functions il y a 5 ans