2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Aug 11, 2024 — Aug 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add all the if keywords More... almost 10 years ago
Parse expressions More... almost 10 years ago
Start testing parsing More... almost 10 years ago
Start parsing the body of programs More... almost 10 years ago
Implement basic declarations More... almost 10 years ago
Fix issue with static consts More... almost 10 years ago
Add name and implicit to program node More... almost 10 years ago
Add STOP keyword More... almost 10 years ago
Clean up implicit defaults More... almost 10 years ago
Implement basic type parsing and implicit rules More... almost 10 years ago
Make literal parsing case insensitive More... almost 10 years ago
Implement literal parsing for REALs and INTEGERS More... almost 10 years ago
Added some keywords from the NIST F77 tests More... almost 10 years ago
Begin implementing parser More... almost 10 years ago
Add .gitignore More... almost 10 years ago
Replace ropes with sparse strings More... almost 10 years ago
Suppress (incorrect) uninitialized variable warning More... almost 10 years ago
Implement get_position for file type More... almost 10 years ago
Add free form pre-processor support More... almost 10 years ago
add initial detection of lang opts from file extenstion More... almost 10 years ago
Remove fixed_form from reusable functions More... almost 10 years ago
Don't take ownership of file on failure in preprocess More... almost 10 years ago
Implement unformat and condense stages More... almost 10 years ago
Add makefile to build frontend More... almost 10 years ago
Put everything in sensible directories More... almost 10 years ago
Add diagram of how fortran77 parsing has to work More... almost 10 years ago
Fix misc. bugs More... almost 10 years ago
Handle strings and hollerith constants in the preprocessor More... almost 10 years ago
Initial case insensitive stuff More... almost 10 years ago
Handle newlines better during preprocessing More... almost 10 years ago