2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Jan 17, 2025 — Jan 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
1. Fixed empty dictionaries 2. Fixed dictionaries at new line 3. Made test_runner executable More... over 18 years ago
Added a Test File checking python logging More... over 18 years ago
Added Try test test case. More... over 18 years ago
Fixed the Return Statement More... over 18 years ago
Fixed Empty Lists. More... over 18 years ago
Resolved single expression error. More... over 18 years ago
Modified the test_runner, to check if Code has been parsed completely. fail.py should always generate a "FAILED" in the test runner output More... over 18 years ago
Resolved the Conflicts, started working on Grammar rules. Added tests for the same. Parser Accepting For Loops, and function calls. Error On Lists With One Element Fixed. More... over 18 years ago
Fixed The Lists, and just 1 Conflict remains. Grammar still needs work,. More... over 18 years ago
fixed the Arguement FIRST/FOLLOW More... over 18 years ago
Resolved all FIRST/FIRST conflicts. 6 FIRST/FOLLOW remain. More... over 18 years ago
Added copyright to the test runner More... over 18 years ago
resolved functions parsing, is working. added new test func.py. the syntax is wrong, but the parser should parse it. :) More... over 18 years ago
Fixed Some easy Conflicts, Tougher ones to be resolved More... over 18 years ago
Added a Bigger test real.py, Parser shows expected Results, will get fair lot things Working By next Weekend More... over 18 years ago
Fixed the Blank Line Bug by adding blank_line Boolean, and the empty varagrslist in grammar More... over 18 years ago
Did a small change to make *args and **args working, Taking me Long to rectify the grammar erors More... over 18 years ago
First Changes Of garmnmar, funcdef starts working More... over 18 years ago
Added a Test Runner,improvements are still required. More... over 18 years ago
Rectified the code indentation More... over 18 years ago
Add kate modelines so 4 spaces are used for indentations and tabs are changed to spaces More... over 18 years ago
added the multiline test More... over 18 years ago
Tried Fixing Multiline comments & Fixed m_paren error More... over 18 years ago
Indentations working upto quite an Extent. __doc__ strings, yet need to be fixed. More... over 18 years ago
Some old changes I forgot to commit, this adds a new target "debuginfo" which will create debug infos for the parser More... over 18 years ago
Fixed a Indentation Bug More... over 18 years ago
Fixed Inconsistent spaces within a Indentation Block. Fixed Comments following a "#" Charachter. More... over 18 years ago
Changes made to Overcome Indentation in Dictonaries Multiline Input. More... over 18 years ago
Indentations Improved More... over 18 years ago
Reads Indentation For Whitespaces. Has Trouble reading whitespaces and tabs both in the same file. More... over 18 years ago