Commit Graph

3 Commits

Author SHA1 Message Date
588790b9b4 Refactor everything
Huge dump of refactored code. Still in the middle of the changes that
are to be squashed later in a one huge monster commit, because there is
no value in anything atomic here.
2026-04-05 20:32:11 +07:00
5bd9aadc55 Add DeclarationLiteral parsing
Added method for parsing simple literals for use in top-level class
declarations.

Along with this change we've also moved out methods specific for parsing
low-level literals into the same file as new method, since that
structure made more sense.
2025-09-23 20:27:12 +07:00
688121c5a1 Add first version of parser 2025-09-16 08:22:54 +07:00