summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-03fixed "|" :string and | :identifier confusionmRnea
2024-08-03Added string literalsmRnea
2024-08-03Improve lex error reporting, removed old interpreter commentsmRnea
2024-08-03don't track playground filemRnea
2024-08-03added some basic testsmRnea
2024-08-01fixed | and & ops, added a new dep (cl-fad util library)mRnea
2024-07-31this function no longer has any use.mRnea
2024-07-31massive overhaul to defop, temporarily disable interpretationmRnea
2024-07-30added bit shifts (<< >>), bitand (&), bitor (|), rot, over, swap opsmRnea
2024-07-30Found a cool idea for DEFOPmRnea
2024-07-29further fixes, probably need to change representation of tokensmRnea
2024-07-29some arrangements to fix quirks of symbols in the executable programmRnea
note that (eq 'baz:foo bar:foo) is not true so some stuff that works in the repl fails in executable
2024-07-29minor change to run to make it more genericmRnea
2024-07-27added memory manipulation and syscallsmRnea
2024-07-27changed . to dump, extended defop syntax, added while loopsmRnea
2024-07-24branching (if else) added, as interpretation and compilationmRnea
2024-07-23added op-case and some conditions for it (error checking)mRnea
2024-07-23added replmRnea
2024-07-19oku benimRnea
2024-07-19deleted old 'run'mRnea
2024-07-18başlangıç, push pop + - . vb.mRnea