<feed xmlns='http://www.w3.org/2005/Atom'>
<title>assembler/src/errors, branch v2.1.1</title>
<subtitle>Rust library for parsing assembly languages</subtitle>
<id>https://code.benbridle.com/assembler/atom?h=v2.1.1</id>
<link rel='self' href='https://code.benbridle.com/assembler/atom?h=v2.1.1'/>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/assembler/'/>
<updated>2025-02-09T23:34:56Z</updated>
<entry>
<title>Simplify infallible indexing operations in resolver</title>
<updated>2025-02-09T23:34:56Z</updated>
<author>
<name>Ben Bridle</name>
<email>bridle.benjamin@gmail.com</email>
</author>
<published>2025-02-09T23:34:56Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/assembler/commit/?id=dedd999b8f923641dce512c21db5528d32356cc6'/>
<id>urn:sha1:dedd999b8f923641dce512c21db5528d32356cc6</id>
<content type='text'>
Indexing into a resolver with a pointer from the same resolver should
never fail, and if it does we don't want to silently squash the error.
</content>
</entry>
<entry>
<title>Move report-printing structs to separate module</title>
<updated>2025-02-09T22:56:58Z</updated>
<author>
<name>Ben Bridle</name>
<email>bridle.benjamin@gmail.com</email>
</author>
<published>2025-02-09T22:56:58Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/assembler/commit/?id=fd6b4471955dac64b7d40b7c31992c15d52b2460'/>
<id>urn:sha1:fd6b4471955dac64b7d40b7c31992c15d52b2460</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Display name of symbol instead of full token in error messages</title>
<updated>2025-02-08T02:14:25Z</updated>
<author>
<name>Ben Bridle</name>
<email>bridle.benjamin@gmail.com</email>
</author>
<published>2025-02-08T02:14:25Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/assembler/commit/?id=6eddb8de2e1a2355c533b3f45786c6d073c5a424'/>
<id>urn:sha1:6eddb8de2e1a2355c533b3f45786c6d073c5a424</id>
<content type='text'>
When reporting an undefined symbol, the full token string of the symbol
was being displayed. This was fine for Bedrock, which had at most one
symbol per token, but for Torque you can have multiple symbols
extracted from the same source string. The symbol name is displayed
instead.
</content>
</entry>
<entry>
<title>Implement source unit compilation, symbol resolution, error reporting</title>
<updated>2025-02-05T00:03:36Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-02-04T23:58:02Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/assembler/commit/?id=80da2af821385b2fc89091e9ac37a047349da4bd'/>
<id>urn:sha1:80da2af821385b2fc89091e9ac37a047349da4bd</id>
<content type='text'>
This library can now carry out all stages of assembly from collecting
source fragments to resolving symbols to pruning unused libraries to
generating a single compiled source file.

Pretty-printing of state has also been implemented in this library.
The source tree hierarchy, symbol resolution errors, and file read
errors can all be printed in a tidy format.
</content>
</entry>
</feed>
