mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-04 22:52:55 -04:00
build
This commit is contained in:
Vendored
-1
@@ -76,6 +76,5 @@ export const mini = (...strings) => {
|
||||
};
|
||||
export const h = (string) => {
|
||||
const ast = krill.parse(string);
|
||||
console.log("ast", ast);
|
||||
return patternifyAST(ast);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user