0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 06, 2025 — Jul 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rename FunctionError to CallError More... over 5 years ago
Split symbol definitions out of eval.rs More... over 5 years ago
Move VarRef tests to ast.rs More... over 5 years ago
Generalize VarRef::accepts and use throughout More... over 5 years ago
Add a general representation of symbols More... over 5 years ago
Finish adding support for arrays More... over 5 years ago
Make sure variable and function names are unique More... over 5 years ago
Parse array assignments More... over 5 years ago
Parse array declarations via DIM More... over 5 years ago
Add the Array type to represent arrays More... over 5 years ago
Properly handle symbols after a left parenthesis More... over 5 years ago
Generalize function argument parsing More... over 5 years ago
Fold functions into Symbols More... over 5 years ago
Rename Vars to Symbols More... over 5 years ago
Make INPUT auto-detect variable types More... over 5 years ago
Add simple support for DIM More... over 5 years ago
Release EndBASIC 0.5.1 More... over 5 years ago
Fix cargo install More... over 5 years ago
Describe the script-runner example in the README More... over 5 years ago
Fix badges for the endbasic-std crate More... over 5 years ago
Release EndBASIC 0.5.0 More... over 5 years ago
Allow all destructors to run before exiting More... over 5 years ago
Remove unnecessary uses of io::Cursor More... over 5 years ago
Move the disk-based store to std More... over 5 years ago
Remove the IncompleteConsole from script-runner More... over 5 years ago
Move the crossterm-based console to std More... over 5 years ago
Add AUTOEXEC.BAS support More... over 5 years ago
Make std::testutils public More... over 5 years ago
Add the machine Tester More... over 5 years ago
Delete the MachineBuilder More... over 5 years ago