2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 6 hours ago.
Aug 10, 2024 — Aug 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed the Return Statement More... about 18 years ago
Fixed Empty Lists. More... about 18 years ago
Resolved single expression error. More... about 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... about 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... about 18 years ago
Fixed The Lists, and just 1 Conflict remains. Grammar still needs work,. More... about 18 years ago
fixed the Arguement FIRST/FOLLOW More... about 18 years ago
Resolved all FIRST/FIRST conflicts. 6 FIRST/FOLLOW remain. More... about 18 years ago
Added copyright to the test runner More... about 18 years ago
resolved functions parsing, is working. added new test func.py. the syntax is wrong, but the parser should parse it. :) More... about 18 years ago
Fixed Some easy Conflicts, Tougher ones to be resolved More... about 18 years ago
Added a Bigger test real.py, Parser shows expected Results, will get fair lot things Working By next Weekend More... about 18 years ago
Fixed the Blank Line Bug by adding blank_line Boolean, and the empty varagrslist in grammar More... about 18 years ago
Did a small change to make *args and **args working, Taking me Long to rectify the grammar erors More... about 18 years ago
First Changes Of garmnmar, funcdef starts working More... about 18 years ago
Added a Test Runner,improvements are still required. More... about 18 years ago
Rectified the code indentation More... about 18 years ago
Add kate modelines so 4 spaces are used for indentations and tabs are changed to spaces More... about 18 years ago
added the multiline test More... about 18 years ago
Tried Fixing Multiline comments & Fixed m_paren error More... about 18 years ago
Indentations working upto quite an Extent. __doc__ strings, yet need to be fixed. More... about 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... about 18 years ago
Fixed a Indentation Bug More... about 18 years ago
Fixed Inconsistent spaces within a Indentation Block. Fixed Comments following a "#" Charachter. More... about 18 years ago
Changes made to Overcome Indentation in Dictonaries Multiline Input. More... about 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
Restored the Copyright. More... over 18 years ago
Added a Tests Directory with some basic tests. More... over 18 years ago
Appended the Changes, Appended Copyright to Files. Parser Reads Tabbed Indentation More... over 18 years ago