summaryrefslogtreecommitdiff
path: root/cl-forth.lisp
AgeCommit message (Collapse)Author
2024-08-03Added string literalsmRnea
2024-08-03Improve lex error reporting, removed old interpreter commentsmRnea
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-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-18başlangıç, push pop + - . vb.mRnea