Commit Graph

25 Commits

Author SHA1 Message Date
9712243d99 Feat: Add GitHub Action workflow for tests 2025-09-26 01:14:34 -07:00
68ae25fc20 Feat: Create test runner script 2025-09-26 01:14:14 -07:00
d75a67e2f7 Feat: Add expected output for simple_io test 2025-09-26 01:14:04 -07:00
f6e024a34d Feat: Add passing test for basic I/O 2025-09-26 01:14:01 -07:00
44176e9984 Feat: Add expected output for declarations test 2025-09-26 01:13:44 -07:00
578e25052e Feat: Add failing test for block declarations 2025-09-26 01:13:39 -07:00
c16ac60cc1 Feat: Add test script to package.json 2025-09-26 01:13:18 -07:00
4d3a5659a6 Delete test/blocks.hi 2025-09-26 01:05:09 -07:00
0c87e5392b Delete test/primitives.hi 2025-09-26 01:05:00 -07:00
227e690486 Revert: Update transpiler.js 2025-09-26 01:04:44 -07:00
c34adf2c94 Revert: Update package.json 2025-09-26 01:04:41 -07:00
c373dcc2e7 Refactor: Improve transpiler for blocks & functions 2025-09-26 01:01:45 -07:00
3256dc320d Feat: Add npm test script for automation 2025-09-26 01:00:28 -07:00
67bf4c6777 Refactor: Use ES Module import in browser app 2025-09-26 00:54:24 -07:00
0dccd0a413 Refactor: Use type=module for browser scripts 2025-09-26 00:54:19 -07:00
675923b5f8 Refactor: Update CLI to use ES Module import 2025-09-26 00:53:41 -07:00
df70da0c04 Refactor: Convert transpiler to an ES Module 2025-09-26 00:53:26 -07:00
9d29943fef Feat: Configure project for ES Modules 2025-09-26 00:53:04 -07:00
bb889c81d9 Feat: Add .gitattributes for .hi syntax highlighting 2025-09-26 00:18:24 -07:00
bf7ee6cc39 Refactor: Move block tests into test directory 2025-09-26 00:16:28 -07:00
e78e3db098 Refactor: Move primitive tests into test directory 2025-09-26 00:16:25 -07:00
4c409605d9 Delete README.md 2025-09-26 00:16:00 -07:00
c73235dd33 Delete primitives.hi 2025-09-26 00:15:50 -07:00
251b129cca Feat: Test declaration, assignment, and primitives 2025-09-26 00:14:46 -07:00
945c4e7bcb Initial commit 2025-09-21 19:05:03 -07:00