My first task this week is picking up from the codegen issue last week. So to summarize, I need some good changes for codegeneration as a whole. So a while ago, I reused some concepts from yacc (or rather any parser) and the idea was to have a stack property, and this would be modified …
Tag Archives: devlog
Week 1: HSQL
I intended Week 1 to touch up any big issues that I’d noticed in the work I’d done so far – error management, and refining the AST and Variable Table. Error Management and Imports So, all compilers generally have multiple stages, and each stage may throw errors/warnings. Along with that, often, there may be some …