aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests/ParserSpec.scala
AgeCommit message (Expand)Author
2023-03-15Update serialization to firrtl-spec 1.2.0 (#2615)Jack Koenig
2023-01-25[smem] fix read-under-write serialization (#2595)Kevin Laeufer
2022-09-13Make the Parser handle errors more gracefully (#2549)Jack Koenig
2022-09-12Handle new keyword version as an identifier (#2550)Jack Koenig
2022-08-26FIRRTL version support (#2543)Zachary Yedidia
2021-11-29[deprecation clean up] remove firrtl.ExecutionOptionsManager (#2422)Jiuyang Liu
2021-11-23fix tests that depend on Driver (#2429)Jiuyang Liu
2021-10-09Support parsing missing keywords as ids (#2381)Jack Koenig
2021-02-17Allow Side Effecting Statement to have Names (#2057)Kevin Laeufer
2020-09-16Change to Apache 2.0 License (#1901)Chick Markley
2020-08-14All of src/ formatted with scalafmtchick
2020-07-29[2.13] toSeq, Unit -> (), and postfix fixesKevin Laeufer
2020-07-15ir: store FileInfo string in escaped format (#1690)Kevin Laeufer
2020-07-14Fix parsing of info on multi-line registers (#1735)Jack Koenig
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