2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Aug 13, 2024 — Aug 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cleanup how preprocessing is handled More... almost 10 years ago
need to alloc the count_expr on the heap More... almost 10 years ago
Support unary negate and positive operators More... almost 10 years ago
Add complex literal parsing More... almost 10 years ago
Support implicit declarations in DIMENSION More... almost 10 years ago
Don't parse exponent character in real if an exponent doesn't follow More... almost 10 years ago
Don't parse incomplete keyword based statements More... almost 10 years ago
Handle REAL literal ambiguity with dot operators More... almost 10 years ago
Defer literal resolution until semantic analysis More... almost 10 years ago
Fix whitespace error in expr More... almost 10 years ago
Support array dereference in expression and lhs More... almost 10 years ago
Optimize and simplify GO TO statment parsing More... almost 10 years ago
Support one-line IF statements More... almost 10 years ago
Make terminator non-optional on statements More... almost 10 years ago
Remove debug print from preprocessor More... almost 10 years ago
Fix misc. bugs in literal parsing More... almost 10 years ago
Remove element counting from data statement, tbd in semantic analysis More... almost 10 years ago
Implement DIMENSION statement More... almost 10 years ago
Support single dimension arrays in declarations More... almost 10 years ago
Use case sensitivity settings when comparing END PROGRAM names More... almost 10 years ago
Implement declaration lists More... almost 10 years ago
Add logical literals More... almost 10 years ago
Handle REAL/INTEGER ambiguity more cleanly More... almost 10 years ago
Handle implicit declaration more sensibly More... almost 10 years ago
add byte count handling More... almost 10 years ago
Handle case sensitivity extension in variable names More... almost 10 years ago
Move lang_opts into file More... almost 10 years ago
Implement base name function in LHS for looking up complex variables More... almost 10 years ago
Remove unused parse/stmt/data header More... almost 10 years ago
Implement computed GO TO statement More... almost 10 years ago