0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 24 hours ago.
Jul 31, 2024 — Jul 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add values::Vector and values::String types More... almost 7 years ago
Fix: add tokens with instruction name to common form instructions More... almost 7 years ago
Static analyser has basic understanding of the `integer` instruction More... almost 7 years ago
Prepare class representing types of values for use in static analyser More... almost 7 years ago
Fix: add tokens to fragments More... almost 7 years ago
Fix: allow accessing tokens of an operand More... almost 7 years ago
Detect reusing a name for a different register More... almost 7 years ago
Detect renaming already named registers More... almost 7 years ago
Handle iota and register naming More... almost 7 years ago
Prepare function state to handle iotas and register names More... almost 7 years ago
Add an error for out-of-range register indexes More... almost 7 years ago
Initialise function state with the information about local registers allocated More... almost 7 years ago
Create function state to store information about the function's state More... almost 7 years ago
Fix: line numbers are properly aligned in error listings More... almost 7 years ago
Add error for out-of-range register addresses created by iota More... almost 7 years ago
Fix: body does not include `.end` so there was no reason for end-1 More... almost 7 years ago
Fix iteration over vector_view More... almost 7 years ago
Merge branch 'devel' into issue/ce6f5d82/rewrite-assembler More... almost 7 years ago
Fix: disassemble closure_local register addresses More... almost 7 years ago
Allow iterating over vector_view More... almost 7 years ago
Fix: missing include in vector_view More... almost 7 years ago
Improve error messages More... almost 7 years ago
Use Cooked_function::head() instead of ad-hoc casts More... almost 7 years ago
Add all tokens to Function_head fragment More... almost 7 years ago
Perform static analysis of the file being assembled More... almost 7 years ago
Add `Must_allocate_registers_first` error More... almost 7 years ago
Add files for static analyser More... almost 7 years ago
Add utility member functions to Cooked_function More... almost 7 years ago
Add Empty_error that has no message More... almost 7 years ago
List cooked blocks More... almost 7 years ago