aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests/ParserSpec.scala
AgeCommit message (Expand)Author
2020-03-26Support octal and binary literal formats as described in the specAlbert Magyar
2020-03-17[RFC] Factor out common test classes; package them (#1412)David Biancolin
2019-11-04Add explicit EOF to top-level parser rule (#1217)Albert Magyar
2019-08-19Refactor exceptions to remove stack trace from user errors (#1157)Jack Koenig
2018-03-21Add SyntaxErrorsException as a type of ParserException (#770)Jack Koenig
2017-10-31Fix bug emitting and reparsing ExtModule String parameters (#675)Jack Koenig
2017-05-27Prep for Scala 2.12 (#557)Jim Lawson
2017-05-03Add test for source locators on multi-line reset registers (#554)Jack Koenig
2017-03-01Allow nested digit fields in subfield expressionsJack Koenig
2017-03-01Fix bug in Lexer rule for DoubleLit and add testsJack Koenig
2017-02-23Add support for bundle fields to start with digits (#462)Jack Koenig
2016-11-04Cleanup license at top of every file (#364)Jack Koenig
2016-04-16Add some Parser testsjackkoenig