eryjus / ast-cc

An Abstract Syntax Tree compiler
1 stars 0 forks source link

node Tree abstract generates syntax error #15

Open eryjus opened 8 years ago

eryjus commented 8 years ago

The construct node Tree astract; is a syntax error when it should not be. However, node Tree : Common abstract; works. The abstract keyword should be accepted in this construct.

eryjus commented 8 years ago

This big may have been resolved prior to this commit -- I need to confirm it is still an issue.

eryjus commented 8 years ago

This was actually resolved with the commit.

eryjus commented 7 years ago

Well, it turns out that this is broken in the current code. I am reopening this issue.