aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Parser.hs
Commit message (Expand)AuthorAgeFilesLines
* Large refactor with passing testsYann Herklotz2019-04-021-21/+0
* Rename to VerilogYann Herklotz2019-04-021-1/+4
* Rewrite the parser with real lexerYann Herklotz2019-03-311-234/+5
* Change license nameYann Herklotz2019-03-301-1/+1
* [Fix #38] Fix parser to correctly identify input and output portsYann Herklotz Grave2019-03-011-2/+13
* Add recursive reduce callYann Herklotz Grave2019-02-251-0/+4
* Reformat using brittanyYann Herklotz Grave2019-02-251-39/+56
* Indent by 4Yann Herklotz Grave2019-02-171-90/+90
* Brittany formattingYann Herklotz Grave2019-02-171-68/+65
* Add Parser to Main.hsYann Herklotz Grave2019-02-171-1/+5
* Fix CodeGen bug and add more property testsYann Herklotz Grave2019-02-161-1/+1
* Fix to parserYann Herklotz Grave2019-02-161-41/+29
* Fix lint errorsYann Herklotz Grave2019-02-161-4/+3
* Change to Parsec and add LexerYann Herklotz Grave2019-02-161-63/+110
* Fix warnings for -WallYann Herklotz Grave2019-02-161-2/+0
* Add number parsingYann Herklotz Grave2019-02-161-8/+37
* Add expression parsingYann Herklotz Grave2019-02-151-75/+96
* Add expression to parserYann Herklotz Grave2019-02-131-4/+111
* Fix parser build errorsv0.1.1.0Yann Herklotz Grave2019-02-111-1/+1
* Add simple parserYann Herklotz Grave2019-02-111-0/+25