Commit Graph

1647 Commits

Author SHA1 Message Date
fd5380625e Rename P -> Pat 2025-04-01 14:31:18 -04:00
f3af7e65f4 Show full doctest inspection if test fails 2025-04-01 14:12:00 -04:00
4d59fc2987 Move patterns into a module 2025-04-01 14:05:10 -04:00
7a2c99de74 Close out the type color when inspecting 2025-03-31 16:19:24 -04:00
911a398839 Update docs 2025-03-31 02:34:44 -04:00
54e65e2f1c Fully move all pattern code into patterns.c 2025-03-31 02:33:23 -04:00
da94f2bc8c Move pattern code into patterns file 2025-03-31 02:17:47 -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
d3655740cc Deprecate do_begin/do_end 2025-03-31 01:58:49 -04:00
0f11502a7d Prepend do_begin statements to do statements, don't put them in a
separate block
2025-03-30 23:48:02 -04:00
982d67437f Add RW-lock 2025-03-30 21:08:11 -04:00
f3f57abbcf Add readme stuff about times 2025-03-30 17:43:12 -04:00
8cba6c3c24 Deprecate built-in Moment datatype in favor of a time module 2025-03-30 17:27:52 -04:00
d853d7b8dc Fix visibility of gc_memory_stream 2025-03-30 15:47:04 -04:00
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
494e4ef006 Fix more dylib issues 2025-03-30 15:31:32 -04:00
c2b65bd1fb Speculative fix for installing libraries on mac 2025-03-30 15:23:27 -04:00
50bc9f42d5 Fix some relative path stuff 2025-03-30 15:20:53 -04:00
67f0886890 Fix some relative import issues with compiled modules 2025-03-30 14:44:42 -04:00
cdbf36b63c Bugfix for useing ASM files and also for retranspiling headers 2025-03-30 13:52:27 -04:00
a80a83c49f Fix for including header files 2025-03-30 13:40:04 -04:00
962514a5cb Fix formatted text 2025-03-28 18:26:45 -04:00
093338eb52 Fix ldflags 2025-03-28 18:22:50 -04:00
54103cdf6b Fix conditional flags 2025-03-28 18:20:31 -04:00
f5018f9b7b More flags for just mac 2025-03-28 18:19:58 -04:00
bf9a467fdb Add custom -I and -L flags for mac 2025-03-28 18:16:47 -04:00
eaee19f7d4 Fix ld flags to use commas instead of = 2025-03-28 18:13:21 -04:00
85ef4c7e04 Fix printf specifiers on mac 2025-03-28 18:12:02 -04:00
72d2cad85e Fix library install name for mac 2025-03-28 18:10:49 -04:00
5601838497 Remove duplicate lib 2025-03-28 18:00:14 -04:00
af7271de28 Fix for mac using -install_name 2025-03-28 17:44:35 -04:00
e725f6b250 On apple, don't explicit_bzero 2025-03-28 17:41:22 -04:00
a64e20d456 Remove open source version stuff 2025-03-28 17:38:17 -04:00
e07f3c9f35 Revert "Add strlcpy for mac"
This reverts commit 34300ba37a.
2025-03-28 17:38:05 -04:00
34300ba37a Add strlcpy for mac 2025-03-28 17:35:10 -04:00
a8fa8cf1ce Use strtok instead of strsep 2025-03-28 17:32:01 -04:00
bc3667cc3d Conditional flags for running tomo with clang vs gcc 2025-03-28 17:17:58 -04:00
c4533e5706 Change format specifiers 2025-03-28 17:17:46 -04:00
a615d55146 Conditional flags for linux/openbsd 2025-03-28 17:03:38 -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
4538cbe1b4 Add ({...;}) around conditionals 2025-03-28 16:13:54 -04:00
046bc18151 Fix for missing .tm.o files 2025-03-28 16:08:31 -04:00
ed6418902c Don't force inline C code to use ({...}) 2025-03-28 15:51:15 -04:00
7d80ca48d4 CC -> cc 2025-03-28 15:38:29 -04:00
7648513e7e Tweak format strings 2025-03-28 15:37:18 -04:00