Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Indentation support for the ANTLR parser (as discussed in #192) #194

Merged
merged 2 commits into from
Jul 21, 2016
Merged

Indentation support for the ANTLR parser (as discussed in #192) #194

merged 2 commits into from
Jul 21, 2016

Conversation

kammoh
Copy link
Contributor

@kammoh kammoh commented Jun 20, 2016

- some clean-up of the parser code (TODO: file input could be improved, more clean-up)
- get rid of Translator and specify all syntactic rules in antlr4 grammer
- support for else-when shorthand in the grammar
- rename Begin to Block which makes more sense

    - some clean-up of the parser code (TODO: file input could be improved, more clean-up)
    - get rid of Translator and specify all syntactic rules in antlr4 grammer
    - support for else-when shorthand in the grammar
    - rename Begin to Block which makes more sense
@jackkoenig
Copy link
Contributor

Thank you so much for this! I've only had a chance to look over it briefly but it looks really good. I'll look into getting it merged soon.

@jackkoenig
Copy link
Contributor

Ugh sorry for the delay,

@azidar what do you think of renaming Begin to Block? I actually prefer Block but this is an API change.

@azidar
Copy link
Contributor

azidar commented Jul 3, 2016

I think Block is clearer, I'm fine with it.

@jackkoenig jackkoenig merged commit ab340fe into chipsalliance:master Jul 21, 2016
jackkoenig pushed a commit that referenced this pull request Jun 28, 2018
Add a hack to build.sbt to allow local publishing
We're merging this despite the failing tests (Jenkins ghprb isn't communicating with GitHub following security and authentication updates). We'd prefer to package all the sbt subprojects in a single jar, but current attempts to do so fail. See #208.
jackkoenig pushed a commit that referenced this pull request Jun 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants