0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bug fix, error reporting problem More... about 14 years ago
fixed error More... about 14 years ago
removed unnecessary error printing More... about 14 years ago
errors are now passed up to the processor More... about 14 years ago
added lexer algorithm More... about 14 years ago
added statestore to be passed to processor actions More... about 14 years ago
now correctly synthesizes attributes up the preorder representation of the ast More... about 14 years ago
added syntax to .gram files to define what function will handel this production in process More... about 14 years ago
added processor.go as a stub of a generic way to process the pre-order traversal of the ast output by the parser More... about 14 years ago
modified Makefile to allow user defined install locations More... about 14 years ago
switched to using a token struct so we can have attributes More... about 14 years ago
switch tokens []int to a chan so the parser can operate on a stream More... about 14 years ago
now can build library files More... about 14 years ago
parsing algorithm works More... about 14 years ago
first and follow work More... about 14 years ago
building grammar now More... about 14 years ago
initial commit More... about 14 years ago