Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 251 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 251 Bytes

horchata

Parses TacoScript into an AST/[CST]. Uses the same tree format as Babylon, deviating where necessary.

import * as horchata from "horchata"
ast = horchata.parse(code, options)