0.2.1 • Published 2 months ago

ast-generator v0.2.1

Weekly downloads
-
License
-
Repository
github
Last release
2 months ago

npm Build Status

TypeScript code generator for AST nodes based on the following grammar format:

Circle:
  cx  `number`
  cy  `number`
  r   `number`

Rect:
  x      `number`
  y      `number`
  width  `number`
  height `number`

@Shape:
  | Circle
  | Rect

Document:
  version `number`?
  shapes  @Shape*
0.2.1

2 months ago

0.2.0

2 months ago

0.1.0

1 year ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago