summaryrefslogtreecommitdiff
path: root/src/token.lisp
AgeCommit message (Collapse)Author
2025-07-12defined deftest macroriton
Squashed commit of the following: commit b7779c8d9013d52f4fa94970ac7346ea619eb37c Author: riton <riton@riton.home> Date: Sat Jul 12 15:41:56 2025 +0300 shorthands for some of the test definition tokens commit d37ba8faf43f3a8b54b88bc8df4ab2995935b782 Author: riton <riton@riton.home> Date: Sat Jul 12 15:23:21 2025 +0300 run all tests commit dfc1b2dfaeb50825b7d609ce6b27dc0f8818afb0 Author: riton <riton@riton.home> Date: Sat Jul 12 14:55:44 2025 +0300 deftest macro
2025-07-12refactor: token-type uses deftype instead of int enumriton
2025-07-10lexer of monkey languageriton