0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Jan 23, 2025 — Jan 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add leijen library and license file More... about 13 years ago
remove some of calls, put exp' parser back, etc More... about 13 years ago
set exports More... about 13 years ago
fix and label printers More... about 13 years ago
use brackets helper (like parens) More... about 13 years ago
indentation More... about 13 years ago
use optional instead of _ <- optionMaybe More... about 13 years ago
parse to a left-recursion-less tree before converting to the real parse tree (instead of trying to eliminate recursions on the way) More... about 13 years ago
use lua string generator in tests, new test function More... about 13 years ago
LTok docs More... about 13 years ago
various printer improvements More... about 13 years ago
remove quotes and dquotes in string tokens More... about 13 years ago
fix unop chains More... about 13 years ago
parseText now returns ParseError in case of an error More... about 13 years ago
fix var parser (it now parses Var's starting with function calls) More... about 13 years ago
lexer docs More... about 13 years ago
hide Leijen in docs More... about 13 years ago
remove comments etc. More... about 13 years ago
export lexer/parsec interface module More... about 13 years ago
update cabal file for hackage More... about 13 years ago
update haddock docs More... about 13 years ago
update haddock docs More... about 13 years ago
lint More... about 13 years ago
initial quickcheck module More... about 13 years ago
use Haskell's Bool type for Lua Bool values More... about 13 years ago
various improvements More... about 13 years ago
return syntax tree in parseText More... about 13 years ago
use modified version of wl-pprint for pretty-printing More... about 13 years ago
initial printer More... about 13 years ago
fix varargs in function arity parser More... about 13 years ago