<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bl-compiler.git, branch master</title>
<subtitle>compiler for the bl programming language.
</subtitle>
<id>https://git.coribarker.com/bl-compiler.git/atom?h=master</id>
<link rel='self' href='https://git.coribarker.com/bl-compiler.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.coribarker.com/bl-compiler.git/'/>
<updated>2026-04-19T19:44:42+00:00</updated>
<entry>
<title>Regenerated files using new configs</title>
<updated>2026-04-19T19:44:42+00:00</updated>
<author>
<name>Cori Barker</name>
<email>coribarker2@gmail.com</email>
</author>
<published>2026-04-19T19:44:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.coribarker.com/bl-compiler.git/commit/?id=f9867b33453047343aef2bc08e347455187c3e60'/>
<id>urn:sha1:f9867b33453047343aef2bc08e347455187c3e60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed build options for debug and release</title>
<updated>2026-04-19T19:43:24+00:00</updated>
<author>
<name>Cori Barker</name>
<email>coribarker2@gmail.com</email>
</author>
<published>2026-04-19T19:43:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.coribarker.com/bl-compiler.git/commit/?id=d311c0726e5864bd01f30f3cbefc9a2bb3ad2159'/>
<id>urn:sha1:d311c0726e5864bd01f30f3cbefc9a2bb3ad2159</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extended lexer to support all types of tokens needed.</title>
<updated>2026-04-16T09:50:20+00:00</updated>
<author>
<name>Cori Barker</name>
<email>coribarker2@gmail.com</email>
</author>
<published>2026-04-16T09:50:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.coribarker.com/bl-compiler.git/commit/?id=2aa179fdd5033148c885056ea4953eae6426a5b3'/>
<id>urn:sha1:2aa179fdd5033148c885056ea4953eae6426a5b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>continued development of the semantic analyzer and symbol table generation</title>
<updated>2026-03-10T22:53:50+00:00</updated>
<author>
<name>Cori Barker</name>
<email>coribarker2@gmail.com</email>
</author>
<published>2026-03-10T22:53:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.coribarker.com/bl-compiler.git/commit/?id=32a1609b59fcbbfe24e223c078d51f8bfa08566f'/>
<id>urn:sha1:32a1609b59fcbbfe24e223c078d51f8bfa08566f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactored scope</title>
<updated>2026-03-10T15:14:50+00:00</updated>
<author>
<name>Cori Barker</name>
<email>coribarker2@gmail.com</email>
</author>
<published>2026-03-10T15:14:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.coribarker.com/bl-compiler.git/commit/?id=c364efa08dff0abef9e043e2e28cf2d8dc6b95b3'/>
<id>urn:sha1:c364efa08dff0abef9e043e2e28cf2d8dc6b95b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactored semantic analyzer</title>
<updated>2026-03-10T15:14:30+00:00</updated>
<author>
<name>Cori Barker</name>
<email>coribarker2@gmail.com</email>
</author>
<published>2026-03-10T15:14:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.coribarker.com/bl-compiler.git/commit/?id=64c0ed967b0a800ce950c58cb6c20395ccef86ec'/>
<id>urn:sha1:64c0ed967b0a800ce950c58cb6c20395ccef86ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactored symbol and symbol_table</title>
<updated>2026-03-10T15:14:01+00:00</updated>
<author>
<name>Cori Barker</name>
<email>coribarker2@gmail.com</email>
</author>
<published>2026-03-10T15:14:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.coribarker.com/bl-compiler.git/commit/?id=ca44ea33919127b66b3ea9f8714ff0c30be61fee'/>
<id>urn:sha1:ca44ea33919127b66b3ea9f8714ff0c30be61fee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactored types</title>
<updated>2026-03-10T15:13:23+00:00</updated>
<author>
<name>Cori Barker</name>
<email>coribarker2@gmail.com</email>
</author>
<published>2026-03-10T15:13:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.coribarker.com/bl-compiler.git/commit/?id=85918e5c3ef2f109583c7f414e7d604df0272c03'/>
<id>urn:sha1:85918e5c3ef2f109583c7f414e7d604df0272c03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>removed implementations of symbol table related classes, need to fix the parser to use the new AST node classes then i can write the symbol table classes and refactor the lexer and parser to use the symbol table</title>
<updated>2026-03-07T18:33:21+00:00</updated>
<author>
<name>Cori Barker</name>
<email>coribarker2@gmail.com</email>
</author>
<published>2026-03-07T18:33:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.coribarker.com/bl-compiler.git/commit/?id=50a51df0404ee4f057fbc19657672d1c7d3eef68'/>
<id>urn:sha1:50a51df0404ee4f057fbc19657672d1c7d3eef68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>code is a complete mess, simplified some classes as they are way too complex will expand in future but too complicated for now since its the first version.</title>
<updated>2026-03-07T17:46:38+00:00</updated>
<author>
<name>Cori Barker</name>
<email>coribarker2@gmail.com</email>
</author>
<published>2026-03-07T17:46:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.coribarker.com/bl-compiler.git/commit/?id=6761fdd434a7e54551fe28398361f9eed5268406'/>
<id>urn:sha1:6761fdd434a7e54551fe28398361f9eed5268406</id>
<content type='text'>
</content>
</entry>
</feed>
