From 696c69d6c32226b57503586a5b0d3fdfa610e41c Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Thu, 16 Nov 2023 01:16:37 +0000 Subject: Basic parser + evaluator skeleton This fleshes out a basic parser w/ a calculator grammar and the skeleton for an evaluator --- winot/winot-core/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 winot/winot-core/.gitignore (limited to 'winot/winot-core/.gitignore') diff --git a/winot/winot-core/.gitignore b/winot/winot-core/.gitignore new file mode 100644 index 0000000..b83d222 --- /dev/null +++ b/winot/winot-core/.gitignore @@ -0,0 +1 @@ +/target/ -- cgit v1.2.3