This commit is contained in:
Felix Roos 2022-02-06 23:04:18 +01:00
parent bc79986dd2
commit 8b17437e4a
7 changed files with 167 additions and 4 deletions

1
docs/dist/parse.js vendored
View file

@ -76,6 +76,5 @@ export const mini = (...strings) => {
};
export const h = (string) => {
const ast = krill.parse(string);
console.log("ast", ast);
return patternifyAST(ast);
};