From de4f3fd2fe45478ffabc84f055592e11b119d0a4 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Mon, 11 Mar 2024 16:35:51 -0600 Subject: prettier, fix assets and css --- src/interpreter/parser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interpreter/parser.ts') diff --git a/src/interpreter/parser.ts b/src/interpreter/parser.ts index 930b953..99a9038 100644 --- a/src/interpreter/parser.ts +++ b/src/interpreter/parser.ts @@ -33,7 +33,7 @@ export const isVariable = (term: LambdaTerm): term is Variable => { export const parse = ( term: string, allowUnderscores = false, - library = false + library = false, ) => { return peggyParser.parse(term, { peg$library: library, allowUnderscores }); }; -- cgit v1.2.3-70-g09d2