Commit Graph

12 Commits

Author SHA1 Message Date
38d6189d43 Further support for .dylib files on mac by changing syntax for library
imports to `use -lfoo` instead of `use foo.so`
2025-03-30 15:41:37 -04:00
ddc85cda9f Add readme for tests 2025-03-21 22:02:21 -04:00
fee1723e8b Add /build to gitignore 2025-03-21 21:52:32 -04:00
7f525588cb Move to using a .build/ folder for generated files instead of foo.tm.c
in the same folder
2025-03-17 20:17:37 -04:00
0bba319126 Big overhaul:
- Clean up environment code using type strings instead of manually
  defining types
- Add Commands module
- Move Shell lang into an example module that uses Commands module
- Fix some bugs with chained library dependencies
2025-03-17 19:29:28 -04:00
589dacba30 Tweak gitignore 2024-09-06 12:20:58 -04:00
64baf34ea0 Ignore compiled test binaries 2024-05-02 12:51:59 -04:00
438edf45c2 Hook things up so the compiler can run better without installing 2024-04-03 03:08:40 -04:00
bdfb388aa1 Ignore generated files 2024-03-24 16:19:43 -04:00
c2228bf986 Rename 'nextlang'->'tomo' 2024-02-24 16:06:49 -05:00
05f23c2507 Initial working version of generic cord func 2024-02-12 00:18:55 -05:00
b08a0d3e2b Updates and functionality 2024-02-04 18:04:41 -05:00