aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/Parser.scala
AgeCommit message (Expand)Author
2022-09-13Make the Parser handle errors more gracefully (#2549)Jack Koenig
2022-08-26FIRRTL version support (#2543)Zachary Yedidia
2021-12-01Use ANTLR Listener to save memory during parsingJack Koenig
2020-09-16Change to Apache 2.0 License (#1901)Chick Markley
2020-08-14All of src/ formatted with scalafmtchick
2020-04-10Support infoMode for Strings (#782)edwardcwang
2020-03-07Add firrtl-json serializers (#1430)Adam Izraelevitz
2019-11-29Remove scala-logging fully in favor of our own loggerJack Koenig
2019-08-19Refactor exceptions to remove stack trace from user errors (#1157)Jack Koenig
2019-02-25Fix almost all Scaladoc warningsSchuyler Eldridge
2018-06-15Improve Parser and Visitor (#819)Jack Koenig
2018-03-21Add SyntaxErrorsException as a type of ParserException (#770)Jack Koenig
2017-03-06Added more stylized debugging styleAdam Izraelevitz
2016-11-04Cleanup license at top of every file (#364)Jack Koenig
2016-08-12Fix calculation of runtime for ANTLR Parser (#229)Jack Koenig
2016-08-09provide parser for naive string (#227)Donggyu
2016-07-21Indentation support for the ANTLR parser (as discussed in #192) (#194)Kamyar Mohajerani
2016-06-10API Cleanup - ASTJack
2016-05-12Implement File Infojackkoenig
2016-04-29Cleanup Parser comments and imports - No functional changesjackkoenig
2016-04-29Add timing to Parserjackkoenig
2016-04-26Added flag to parser to turn off using source locators. This allows for easie...Adam Izraelevitz
2016-03-15Revamp string literal handlingjackkoenig
2016-02-09Added license to FIRRTL filesazidar
2016-02-09Adding ScalaTest for unit testing of Scala FIRRTL. Added a few basic tests fo...Jack
2016-01-16Added some commentsazidar
2015-12-06Working on generating SimTop, need to figure out how to split the top-level I...jackkoenig
2015-12-04Everything is broken, need Translator to work on files without a circuit, nee...jackkoenig
2015-10-02Merged in Scala implementation of FIRRTL IR, parser, and serialization (ie. A...Jack