eryjus / ast-cc

An Abstract Syntax Tree compiler
1 stars 0 forks source link

Syntax Error for abstract classes without inheritence #8

Closed eryjus closed 7 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.