bl-compiler

compiler for the bl programming language.
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2026-03-04 15:26removed bnf since not needed, and added some more nodes to the ASTCori Barker2+64-146
2026-03-02 12:01Ignore recovery filesCori Barker1+1-0
2026-02-27 15:27calrified a commentCori Barker1+1-1
2026-02-23 15:46removed temp file from emacsCori Barker1+0-3
2026-02-23 15:45partial refactor of ast_node.hppCori Barker3+161-4
2026-02-22 22:24Partially completed lots of changes, refactoring most of the filesCori Barker30+913-756
2026-02-10 21:58Started the implementation of semantic_analyzer methodsCori Barker1+33-0
2026-02-10 16:59Changed .ac and .am files from being marked as generatedCori Barker1+0-3
2026-02-10 16:55Added generated files in src/ to .gitattributesCori Barker1+4-0
2026-02-10 16:53Created gitattributesCori Barker1+7-0
2026-02-10 16:32Implemented symbol_table.cppCori Barker1+89-0
2026-02-09 13:01Stop tracking .bl filesCori Barker1+0-5
2026-02-09 12:59Ignore .blCori Barker2+2-2
2026-02-09 11:59Changed .h to .hppCori Barker22+193-193
2026-02-09 11:40Cleaned up build filesCori Barker12+3-23885
2026-02-09 11:31Rewritten READMECori Barker1+12-8
2026-02-09 11:21Setup build system. Removed cmake. Added build instructions to READMECori Barker23+31951-21
2026-02-09 11:05Written some class declarationsCori Barker6+195-17
2026-02-05 09:32Written some class declarations for the semantics, updated READMECori Barker7+147-12
2026-01-19 13:00Requirements listed in READMECori Barker1+11-0
2026-01-19 12:51Add READMECori Barker1+1-0
2026-01-19 09:37utility filesCori Barker3+26-0
2026-01-19 09:36main entry pointCori Barker1+119-0
2026-01-19 09:36parserCori Barker4+282-0
2026-01-19 09:35lexerCori Barker4+172-0