Go to file
John Wiegley 806e497ce8 Merge pull request #4 from lethalman/fixdot
Fix dot operator associativity. a.b.c would not be parsed otherwise
2014-07-07 09:31:20 -05:00
Nix Merge pull request #4 from lethalman/fixdot 2014-07-07 09:31:20 -05:00
doc Add the C++ parser as documentation 2014-07-04 01:55:27 -05:00
.gitignore Switch to a Parsec expression table 2014-07-01 03:11:26 -05:00
LICENSE Setup cabal file, fix all warnings 2014-06-30 22:37:20 -05:00
Nix.hs Break up Parser.hs, make use of Parsec optional 2014-06-30 23:12:18 -05:00
README.md Setup cabal file, fix all warnings 2014-06-30 22:37:20 -05:00
Setup.hs Setup cabal file, fix all warnings 2014-06-30 22:37:20 -05:00
default.nix Let is working, next is "if" syntax 2014-07-04 02:15:20 -05:00
hnix.cabal Add initial support for parsing operators 2014-07-01 01:12:28 -05:00

README.md