index
:
assembler
main
Rust library for parsing assembly languages
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix compilation on rust nightly 1.87.0
Ben Bridle
2025-03-01
*
Update version to 2.0.0
v2.0.0
Ben Bridle
2025-02-27
*
Change namespace delimiter in symbol debug output
Ben Bridle
2025-02-27
*
Rewrite tokeniser
Ben Bridle
2025-02-27
*
Correctly record references resolved by each definition
Ben Bridle
2025-02-13
*
Create struct for reporting unused definitions
Ben Bridle
2025-02-13
*
Report redefinition errors
Ben Bridle
2025-02-13
*
Create struct for reporting in detail the symbols in a resolver
Ben Bridle
2025-02-10
*
Definitions can only come from the same or a parent namespace
Ben Bridle
2025-02-10
*
Track related symbols in resolver
Ben Bridle
2025-02-10
*
Import from the log and ansi crates once in the reports module
Ben Bridle
2025-02-10
*
Simplify infallible indexing operations in resolver
Ben Bridle
2025-02-10
*
Move report-printing structs to separate module
Ben Bridle
2025-02-10
*
Add tokeniser method to mark previous char as start of token
Ben Bridle
2025-02-10
*
Tidy code
Ben Bridle
2025-02-09
*
Rename Position type to SourcePosition
Ben Bridle
2025-02-09
*
Log when a source file is merged into the resolver
Ben Bridle
2025-02-08
*
Support namespaces when resolving symbols
Ben Bridle
2025-02-08
*
Fix displayed path when discovering libraries
Ben Bridle
2025-02-08
*
Implement basic namespace support for Symbols
Ben Bridle
2025-02-08
*
Implement Copy, Clone, Debug for some types
Ben Bridle
2025-02-08
*
Display name of symbol instead of full token in error messages
Ben Bridle
2025-02-08
*
Update version to 1.1.0
v1.1.0
Ben Bridle
2025-02-05
*
Add logging to gather functions
Ben Bridle
2025-02-05
*
Allow loading a source unit from a path with any extension
Ben Bridle
2025-02-05
*
Implement source unit compilation, symbol resolution, error reporting
Ben Bridle
2025-02-05
*
Implement a generic source code tokeniser
Ben Bridle
2025-02-04
*
Rename locator sub-modules
Ben Bridle
2025-02-04
*
Update version to 1.0.0
v1.0.0
Ben Bridle
2025-02-02
*
Initial commit
Ben Bridle
2025-02-02