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