mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2026-02-04 02:20:19 +00:00
vm: very basic virtual machine
This commit is contained in:
@@ -76,7 +76,6 @@ enum class TokenType(vararg val properties: TokenTypeProperty) {
|
||||
))),
|
||||
BlockComment(CharConsume(MatchedCharConsumer("/*", "*/")), CommentFamily),
|
||||
LineComment(CharConsume(MatchedCharConsumer("//", "\n", AllowEofTermination)), CommentFamily),
|
||||
Struct(ManyChars("struct"), KeywordFamily),
|
||||
EndOfFile;
|
||||
|
||||
val promotions: List<Promotion> =
|
||||
|
||||
Reference in New Issue
Block a user