mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-02-13 11:43:52 +00:00
add TorqueScript transpiler and runtime
This commit is contained in:
parent
c8391a1056
commit
7d10fb7dee
49 changed files with 12324 additions and 2075 deletions
8
generated/TorqueScript.d.cts
Normal file
8
generated/TorqueScript.d.cts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import type { Program } from "@/src/torqueScript/ast";
|
||||
|
||||
export interface ParseOptions {
|
||||
grammarSource?: string;
|
||||
startRule?: "Program";
|
||||
}
|
||||
|
||||
export function parse(input: string, options?: ParseOptions): Program;
|
||||
Loading…
Add table
Add a link
Reference in a new issue