From e8e9ee18f29b2557fdc514c4322f5446484c4d58 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Fri, 23 Feb 2024 17:27:16 -0700 Subject: simple parser --- test/programs/index.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/programs/index.ts (limited to 'test/programs/index.ts') diff --git a/test/programs/index.ts b/test/programs/index.ts new file mode 100644 index 0000000..e0403fd --- /dev/null +++ b/test/programs/index.ts @@ -0,0 +1,7 @@ +import { join } from 'path'; + +export namespace TestPrograms { + export const AddOneThree = Bun.file( + join(import.meta.dir + '/add-1-3.cps'), + ).text(); +} -- cgit v1.2.3-70-g09d2