RTLIL parser presumably finished except for comment parser

This commit is contained in:
Yehowshua Immanuel 2024-12-09 11:34:26 -05:00
parent 851a18f82d
commit 8e0073a1e6
4 changed files with 70 additions and 18 deletions

View file

@ -42,6 +42,7 @@
- [x] Remove all instances of `_ <-`
- [ ] Module
- [ ] Remove weird GHC imports
- [x] Are the `try` statements in `pWireOption` correctly constructed?
- [ ] Consider the very weird case where the process body has nothing,
thus, `pEolAndAdvanceToNextNonWs` may never get invoked in any of
the sub-parsers encapsulated in `pProcessBody`. Do we need to