0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 19 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Stuff. More... about 13 years ago
* Improved TestInterpreterChain. More... over 13 years ago
* Implemented return as an Op. * Automatically fixed the Resume() to call a Return (to be fixed!) * Started testing the Interpretation chain. More... over 13 years ago
* ToString in NativeInteger. * ChangeInterpreter no longer automatically resumes de newInterpreter. * If a process is created without an Interpreter, it spawns the DriverInterpreter. * All interpreters now accept a Process. * Return now pushes the result of an Interpretation into the sender (return). * MockProcess used for VirtualMachineTests. More... over 13 years ago
* DriverProcess is now a DriverInterpreter. * Creation of a Process now accepts an Interpreter. If it isn't passed one, it created a DriverInterpreter. * Process Activation resumes the state of an Interpreter. * Processes now have a ProcessState. More... over 13 years ago
* Parse now returns a List of operations. * DriverProcess now creates an Interpreter after parsing the command line. More... over 13 years ago
* Implemented very basic virtual machine ops. * Added first test for loading and storing a constant in the interpreter context. More... over 13 years ago
* Begin parsing console. * NativeIntegers are now created. * Special objects (like Nil) are stored in the ProcessManager. More... over 13 years ago
* Initial commit; nothing working. More... over 13 years ago