2
I Use This!
Very Low Activity

Commits : Listings

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