sv2v/src/Language/SystemVerilog/Parser
Zachary Snow 6ee558b6b9 initial pass improving decl parsing error messages
- all decl tokens are given an accurate starting position
- key grammar productions return token positions to facilitate the above
- helpers for standardized parse error generation
- replaced annoying pattern-matching type argument restrictions
- moving away from dumping raw decl tokens in error messages
2021-07-03 13:23:33 -04:00
..
Keywords.hs support for begin_keywords directive 2019-10-11 19:32:10 -04:00
Lex.x simplify and optimize lexing 2020-12-10 13:33:06 -07:00
Parse.y initial pass improving decl parsing error messages 2021-07-03 13:23:33 -04:00
ParseDecl.hs initial pass improving decl parsing error messages 2021-07-03 13:23:33 -04:00
Preprocess.hs preprocessor cleanup and extended test coverage 2021-05-06 16:14:41 -04:00
Tokens.hs enhanced handling of number literals 2020-07-12 15:06:27 -06:00