add many more krill operators
This commit is contained in:
parent
c8bf4331c8
commit
27be90358f
8 changed files with 758 additions and 85 deletions
18
repl/src/parse.d.ts
vendored
Normal file
18
repl/src/parse.d.ts
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/*
|
||||
TODO:
|
||||
export interface Arguments {
|
||||
alignment: string;
|
||||
}
|
||||
|
||||
export interface ElementStub {
|
||||
type_: string;
|
||||
source_: string;
|
||||
options_?: any;
|
||||
}
|
||||
|
||||
export interface PatternStub {
|
||||
type_: string; // pattern
|
||||
arguments_: Arguments;
|
||||
source_: ElementStub[];
|
||||
}
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue