mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-04 14:21:59 -04:00
add many more krill operators
This commit is contained in:
Vendored
+18
@@ -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[];
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user