-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed return type of (initial|always)Statement and (input|output|in…
…out)Declaration from ModuleItem_ to Stmt_ and Sig_ respectively.
- Loading branch information
Showing
2 changed files
with
23 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,8 @@ | |
* regDeclarationの return typeを ModuleItem_から Sig_に変更。 | ||
* blockDeclarationの return typeを ModuleItem_ から Block_ に変更。 | ||
* Block_と BlockItem_ をわけた。seqBlockを AST化。 | ||
* alwaysStatement, initialStatementの return typeを ModuleItem_ から Stmt_ に変更。 | ||
* (input|output|inout)Declarationの return typeを ModuleItem_ から Sig_ に変更。 | ||
|
||
2008-12-26 kei-os <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters