summary refs log tree commit diff
path: root/src/main.rs
AgeCommit message (Expand)Author
2024-05-27fix tests to handle readtablesIrene Knapp
2024-04-07fully move commands into readtables, wow! that ws a lotIrene Knapp
2024-04-07it is not necessary to check that a register command is valid in the middle o...Irene Knapp
2024-04-07refactor register commands so string-names and character-names use the same u...Irene Knapp
2024-04-07register strings via readtableIrene Knapp
2024-04-07move register-character into a readtableIrene Knapp
2024-04-07need to go back to command mode after failing to execute a named commandIrene Knapp
2024-04-07do command strings with a readtable, tooIrene Knapp
2024-04-06readtables for decimals and stringsIrene Knapp
2024-04-06readtables exist. they are even used for somethingIrene Knapp
2024-04-06clean up some return stuffIrene Knapp
2024-04-06indentation and vertical whitespace, per the brand new style guide yayIrene Knapp
2024-04-06remove trailing whitespace; line-wrap to 80 columnsIrene Knapp
2024-04-05help textIrene Knapp
2024-03-21Negative numbers, stack depth assert, smol stdlibAndrew Owen
2024-03-13Add -way- too many thingsAndrew Owen
2024-03-12Set up initial prototype with basic number parsingAndrew Owen