0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix broken instance parser More... almost 3 years ago
Insert classes into the symbol table More... almost 3 years ago
Uncommited changes More... almost 3 years ago
Add case-insensitivity support More... almost 3 years ago
Fix build with new awlib More... almost 3 years ago
Switch to C++17 More... almost 3 years ago
Parser: Hook up parseVariable() with symbol table More... over 7 years ago
SymbolTable: Erase symbolref if undefined More... over 7 years ago
SymbolTable: Return SymbolRef from insert*() More... over 7 years ago
AST: Include <Symbol.h> instead of <Type.h> More... over 7 years ago
Symbol: Add struct definitions More... over 7 years ago
SymbolTable: Move SymbolRef into Symbol.h More... over 7 years ago
Build: Enable -Wall More... over 7 years ago
SymbolTable: Use deltas instead of full copies More... over 7 years ago
SymbolTable: Register basic types in ctor More... over 7 years ago
Parser: Hook up SymbolTable to readType() More... over 7 years ago
SymbolTable: Fix insert*() More... over 7 years ago
SymbolTable: Add getSymbol() More... over 7 years ago
semantic: Make SymbolRef a bitfield More... over 7 years ago
semantic: Substitute TypeDef with Class More... over 7 years ago
Add first draft of SymbolTable More... over 7 years ago
Parser: Convert all messages More... over 7 years ago
Fix warnings More... over 7 years ago
Lexer: Correctly save location in all tokens More... over 7 years ago
Diagnostics: Print line:column instead of offset More... over 7 years ago
Parser: Don't use mixin in ‘Expected semicolon’ messages More... over 7 years ago
Parser: Fix parseFuncPrototype() More... over 7 years ago
Parser: Add separate error_*() for common errors More... over 7 years ago
Lexer/CharType: Cast char to unsigned char More... over 7 years ago
Lexer: Allow ‘ä’ and ‘ß’ in identifiers More... over 7 years ago