0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 22 hours ago.
Jan 31, 2025 — Jan 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adds Atari 5200 target to the cross-compiler. More... almost 4 years ago
Tests depend on all the cross-compiler files. More... almost 4 years ago
Only create output files after parsing syntax files succeeds. More... almost 4 years ago
Allow setting assembler options in the target file. More... almost 4 years ago
Small fix in makefile rules. More... almost 4 years ago
Reformat code with clang-format. More... almost 4 years ago
Don't convert numbers to strings and back in the parser. More... almost 4 years ago
Show better error messages when parsing syntax files. More... almost 4 years ago
Update manual with the new parser syntax. More... almost 4 years ago
Adds a symbol list to the syntax files, ensure all symbols are listed. More... almost 4 years ago
Check for undefined tokens when reading syntax files. More... almost 4 years ago
Store type of data to emit in the parser. More... almost 4 years ago
Simplify parsing of word-lists in syntax tables. More... almost 4 years ago
Remove generator of C++ parser - not needed anymore. More... almost 4 years ago
Update version. More... almost 4 years ago
Document how to add new functions and statements to the language. More... almost 4 years ago
Update copyright year. More... almost 4 years ago
Factorize install folder locator into os.cc More... almost 4 years ago
Change default target depending on compiler executable name. More... almost 4 years ago
Set linker configuration and binary extension in target files. More... almost 4 years ago
Implement dynamic loading of syntax files in the cross-compiler. More... almost 4 years ago
Move all syntax generator sources to the compiler folder. More... almost 4 years ago
Adds a new type to hold all parser tables and tokens. More... almost 4 years ago
Call parsing functions by name in the cross-compiler. More... almost 4 years ago
Store tokens as strings inside the cross compiler. More... almost 4 years ago
Rewrite syntax parser generator, simplifying the code. More... almost 4 years ago
Simplify the editor, use TAB() function to fill lines. More... about 4 years ago
Change printing "," and "tab()" logic to use column value. More... about 4 years ago
Minor cleanup in comments. More... about 4 years ago
Introduce new BYTE_PUT token, makes code smaller. More... about 4 years ago