Commit Graph

8 Commits

Author SHA1 Message Date
9c94663045 minor implementation
basic expr parsing (not complex like compound, lambda)
2025-11-25 23:29:57 +09:00
d8c0b2a762 minor implementation for parser
(simple type and defn)
2025-11-23 22:07:04 +09:00
3682559a56 minor declr parser 2025-11-17 15:49:06 +09:00
682cbdc216 minor implement lexer 2025-11-15 08:01:34 +09:00
171006117e add lex.h and lex.c except next_token 2025-11-10 18:02:41 +09:00
62b7024734 fix some specs and add for parse 2025-11-10 02:30:48 +09:00
bbc1838b8a modify some and define types for token 2025-11-04 13:20:21 +09:00
cacb35ddb2 initial commit 2025-11-04 12:57:40 +09:00