0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Jul 29, 2025 — Jul 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add support for the DATA statement More... over 3 years ago
Fix PRINT to support avoiding newline characters More... almost 4 years ago
Support AS as an arg separator and use it in MOUNT More... almost 4 years ago
Add support for FOR iteration over doubles More... almost 4 years ago
Fix integer to/from double promotions in arguments More... almost 4 years ago
Replace MAXD/MAXI and MIND/MINI with MAX and MIN More... almost 4 years ago
Replace DTOI and ITOD with CINT and INT More... almost 4 years ago
Add int to double conversions More... almost 4 years ago
Add exponents More... almost 4 years ago
Add the SQR function More... almost 4 years ago
Promote ints to doubles in operations More... almost 4 years ago
Add missing numerics functions to the README More... almost 4 years ago
Document error message cleanups More... almost 4 years ago
Remove more debug types from error messages More... almost 4 years ago
Avoid blind conversions from value to exec errors More... almost 4 years ago
Add positions to CallError More... almost 4 years ago
Add positions to Statement spans More... almost 4 years ago
Add positions to Eval::Error More... almost 4 years ago
Move Value impl to a new value.rs file More... almost 4 years ago
Pass FunctionCallSpans to functions More... almost 4 years ago
Add positions to expression spans More... almost 4 years ago
Finish adding spans for expression types More... almost 4 years ago
Add spans for most expression types in the AST More... almost 4 years ago
Wrap builtin call arguments into an ArgSpan More... almost 4 years ago
Pass BuiltinCallSpan to Command::exec More... almost 4 years ago
Add spans for all statement types in the AST More... almost 4 years ago
Avoid printing Values via Debug More... almost 4 years ago
Avoid printing Tokens via Debug More... almost 4 years ago
Point block balance errors to the beginning More... almost 4 years ago
Extend parser errors to show failing positions More... almost 4 years ago