1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 22, 2025 — Jun 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rename JSNode -> JSExpression. More... over 13 years ago
Rename JSNode -> JSExpression. More... over 13 years ago
Replace JSElision constructor with JSComma. More... over 13 years ago
Replace JSElision constructor with JSComma. More... over 13 years ago
Improve JSIdent. More... over 13 years ago
Improve JSIdent. More... over 13 years ago
Collapse JSVarDecl and JSVarDeclInit into one with an initializer. More... over 13 years ago
Collapse JSVarDecl and JSVarDeclInit into one with an initializer. More... over 13 years ago
Introduce parseFileUtf8 to explicitly use utf8 for parsing a file, and update tests to use it where needed. Closes #21 More... over 13 years ago
Introduce parseFileUtf8 to explicitly use utf8 for parsing a file, and update tests to use it where needed. Closes #21 More... over 13 years ago
Remove hs-source-dirs from test suite
nomeata
as Joachim Breitner
More... over 13 years ago
Remove hs-source-dirs from test suite
nomeata
as Joachim Breitner
More... over 13 years ago
Remove constraint on Alex 3.0.1, it is only required to make changes to the lexer. Closes #19 More... over 13 years ago
Remove constraint on Alex 3.0.1, it is only required to make changes to the lexer. Closes #19 More... over 13 years ago
Updated version ranges for GHC 7.6.1, courtesy of @mietek Note: requires alex 3.0.1 for development (not install) More... over 13 years ago
Updated version ranges for GHC 7.6.1, courtesy of @mietek Note: requires alex 3.0.1 for development (not install) More... over 13 years ago
Update version ranges for GHC 7.6.1 More... over 13 years ago
Update version ranges for GHC 7.6.1 More... over 13 years ago
Replace two JSNodes with JSIdentName. More... almost 14 years ago
Replace two JSNodes with JSIdentName. More... almost 14 years ago
Clean up parsing of array literals. More... almost 14 years ago
Clean up parsing of array literals. More... almost 14 years ago
Fix hlint warnings. More... almost 14 years ago
Fix hlint warnings. More... almost 14 years ago
Remove two more [JSNode] fields from AST. More... almost 14 years ago
Remove two more [JSNode] fields from AST. More... almost 14 years ago
Represent optional identifers as Maybe JSIdentNmae instead of [JSNode]. More... almost 14 years ago
Represent optional identifers as Maybe JSIdentNmae instead of [JSNode]. More... almost 14 years ago
Rename JSExpression to JSCommaExpression and simplify. More... almost 14 years ago
Rename JSExpression to JSCommaExpression and simplify. More... almost 14 years ago