diff options
| author | azidar | 2015-07-02 12:22:47 -0700 |
|---|---|---|
| committer | azidar | 2015-07-02 12:22:47 -0700 |
| commit | f87399045123c8bc73dabe82ecff6a9a5bdfea41 (patch) | |
| tree | d422340612c1f60ea884fcb536032965d548f064 /src/main/stanza/ir-parser.stanza | |
| parent | c850589cb5d91490b979e34c7dd43a2d4389ca5f (diff) | |
Hopefully fixed stanza so it can correctly compile itself
Diffstat (limited to 'src/main/stanza/ir-parser.stanza')
| -rw-r--r-- | src/main/stanza/ir-parser.stanza | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/stanza/ir-parser.stanza b/src/main/stanza/ir-parser.stanza index 588efeac..b511f640 100644 --- a/src/main/stanza/ir-parser.stanza +++ b/src/main/stanza/ir-parser.stanza @@ -3,7 +3,7 @@ defpackage firrtl/parser : import verse import firrtl/ir2 import stz/parser - import stz/lexer + import firrtl/lexer ;======= Convenience Functions ======== defn first-info? (form) -> FileInfo|False : |
