Commit Graph

135 Commits

Author SHA1 Message Date
59993b8530 Add http-server to examples rule 2025-04-02 16:20:57 -04:00
1754fc18fe Update makefile 2025-04-01 20:49:56 -04:00
a32c374756 Add core library to avoid having to explicitly import a bunch of
common libraries
2025-04-01 15:34:24 -04:00
d888bec409 Clean up and improve patterns 2025-04-01 15:15:28 -04:00
7a172be621 Remove threads and mutexed data from the language in favor of a
module-based approach
2025-03-31 02:11:03 -04:00
8cba6c3c24 Deprecate built-in Moment datatype in favor of a time module 2025-03-30 17:27:52 -04:00
962514a5cb Fix formatted text 2025-03-28 18:26:45 -04:00
bf9a467fdb Add custom -I and -L flags for mac 2025-03-28 18:16:47 -04:00
72d2cad85e Fix library install name for mac 2025-03-28 18:10:49 -04:00
af7271de28 Fix for mac using -install_name 2025-03-28 17:44:35 -04:00
a64e20d456 Remove open source version stuff 2025-03-28 17:38:17 -04:00
637bb0f697 Add conditional LDLIBS for openbsd 2025-03-28 16:57:52 -04:00
d8e032d4b1 Warning flags tweak 2025-03-28 16:47:27 -04:00
58f95bf36a Improve makefile for clang support 2025-03-28 16:46:13 -04:00
c522e025cf Add LDFLAGS 2025-03-28 16:26:49 -04:00
95306d919e Include /usr/local/{include,lib} 2025-03-28 16:23:06 -04:00
b2579636b7 Switch echo -e for printf 2025-03-28 16:16:04 -04:00
4de0fee8f6 Default C compiler to cc 2025-03-28 15:23:11 -04:00
aaa89e3dc7 Remove shell 2025-03-28 15:07:28 -04:00
faad7fc97d Remove dl lib requirement 2025-03-28 14:22:42 -04:00
1f9147187d Make docstring tests use an actual expression AST instead of text
matching
2025-03-25 15:40:59 -04:00
8e020b1343 Add some logic to check for a GCC version high enough 2025-03-22 00:02:21 -04:00
5ced7a0518 By default, install to ~/.local/bin and warn if PREFIX is not on user's
$PATH
2025-03-21 23:51:22 -04:00
f8e2916712 Added autoinstaller for deps 2025-03-21 23:33:22 -04:00
6412a721e6 Make examples quieter 2025-03-21 22:07:31 -04:00
08baa2568b Update rule for making tags 2025-03-21 22:06:45 -04:00
2f7105d87f Move test results to test/results/*.tm.testresult 2025-03-21 22:04:37 -04:00
c92e5eb164 Move pandoc stuff into docs/ 2025-03-21 21:52:12 -04:00
6167b988b6 Move manpage into docs 2025-03-21 21:50:03 -04:00
5ee185a489 Move stdlib into src/ 2025-03-21 21:48:53 -04:00
dcf2662285 Move files into src/ and build into build/ 2025-03-21 21:43:51 -04:00
0ef96cb3c0 Fix issue with constant initializers for metamethods 2025-03-21 16:16:33 -04:00
013995b146 Update makefile for compatibility 2025-03-21 15:32:32 -04:00
45cbcbce3b Pluralize pthreads 2025-03-18 17:31:17 -04:00
3f962296d2 Update makefile to build executables 2025-03-18 05:15:58 -04:00
908373f619 FIx colorful 2025-03-17 22:58:36 -04:00
ae81254f99 Add pthread example 2025-03-17 20:42:05 -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
17a6313d28 Set locale when running tests 2025-03-07 15:16:14 -05:00
147e0f0269 Overhaul of constructors, making it more consistent and correct. Also
changed T(), T, T_t, T_s type names to T(), T$$info, T$$type, T$$struct
for unambiguity
2025-03-05 18:20:54 -05:00
a94337bc11 Deprecate autoformatter 2025-02-21 15:19:19 -05:00
794d236eb9 Fix makefile optimization parameter 2025-02-21 15:03:48 -05:00
f8de9e4ae7 Add learnxiny to 'examples' makefile rule 2025-02-21 14:57:23 -05:00
5be9559046 Deprecate Range datatype in favor of using iterator methods 2025-02-13 15:03:22 -05:00
b025cf269d Use holding blocks for mutexed data instead of lambdas 2025-01-02 20:29:55 -05:00
be384c0caa Replace threads with generic mutexed datastructures. 2025-01-02 16:24:07 -05:00
4b11f1b2b6 Compile with thread support 2024-12-30 15:32:08 -05:00
4b5e4cd1f2 Change how types handle metamethods 2024-11-29 12:55:14 -05:00
d4b10514fb Clean up some more null->none renames and fix the documentation. Also
change the literal syntax to `NONE:T` instead of `!T`
2024-11-24 16:36:27 -05:00