Commit Graph

1549 Commits

Author SHA1 Message Date
d4bbf6dadf Tweak .build/ dir settings 2025-03-24 17:38:55 -04:00
47e8bc8500 Safely return if we're removing a nonexistent file and don't care 2025-03-24 17:26:07 -04:00
e2dfe13dc3 Bugfix for assigning to array with an Int index 2025-03-24 16:36:07 -04:00
764bdd1080 Bugfix for parsing escapes 2025-03-24 16:21:08 -04:00
ec732ab7d0 Recursively remove directories 2025-03-24 15:56:21 -04:00
17a10a6887 Failure messages 2025-03-24 15:23:29 -04:00
b289b09bde Add some exit type methods 2025-03-24 15:20:19 -04:00
454cb1ce1d Change commands interface so it can either run or get result 2025-03-24 15:16:56 -04:00
31af868b5d Add num:percent() 2025-03-24 14:56:11 -04:00
f79d6cc20a Doctest inspections should go to stdout, not stderr 2025-03-24 14:26:59 -04:00
1a1270c574 Put exe build file in .build instead of a temp file 2025-03-22 11:13:16 -04:00
8e020b1343 Add some logic to check for a GCC version high enough 2025-03-22 00:02:21 -04:00
1a2327eb65 remove -L. 2025-03-21 23:52:40 -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
fa1b10ff24 Support installing in ~/.local 2025-03-21 23:36:33 -04:00
f8e2916712 Added autoinstaller for deps 2025-03-21 23:33:22 -04:00
e717f9f6aa Update readme 2025-03-21 22:15:59 -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
30f3c6dcab Add instructions 2025-03-21 22:02:48 -04:00
ddc85cda9f Add readme for tests 2025-03-21 22:02:21 -04:00
b2188ce2b6 Wording 2025-03-21 21:59:35 -04:00
d6edc59622 Update readme links 2025-03-21 21:59:01 -04:00
01f9221893 Add src/README.md 2025-03-21 21:57:13 -04:00
fee1723e8b Add /build to gitignore 2025-03-21 21:52:32 -04:00
c92e5eb164 Move pandoc stuff into docs/ 2025-03-21 21:52:12 -04:00
c2cebc9f07 Update README 2025-03-21 21:50:49 -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
f4aaf7b734 Fix for getting age of compiler 2025-03-21 21:45:18 -04:00
dcf2662285 Move files into src/ and build into build/ 2025-03-21 21:43:51 -04:00
9acea1807f Recompile files older than the compiler's executable 2025-03-21 21:30:37 -04:00
eaa0fe4266 Change doctest '=' to yellow bold 2025-03-21 21:24:11 -04:00
efe52e5405 Overhaul the code for checking staleness of files and recompiling 2025-03-21 21:19:39 -04:00
515c620cf1 Close temp files 2025-03-21 21:17:42 -04:00
c9cb7ccb40 Clean up executable after running it 2025-03-21 20:16:28 -04:00
c951ee5915 Fix colorful 2025-03-21 20:04:39 -04:00
c153e05258 Fixes for ask() being optional and command success status 2025-03-21 18:07:17 -04:00
b468ee67f2 Fix allocations 2025-03-21 17:11:23 -04:00
22b9548b98 Update threads allocation code 2025-03-21 17:07:44 -04:00
a12f0a9227 Update readme dependencies 2025-03-21 17:06:46 -04:00
e599a5de39 Add version check for uc_is_property_prepended_concatenation_mark(),
which was instroduced in libunistring v1.2
2025-03-21 16:30:18 -04:00
ac3a02b80b Add version check for GNU MP's prev_prime() 2025-03-21 16:19:59 -04:00
0ef96cb3c0 Fix issue with constant initializers for metamethods 2025-03-21 16:16:33 -04:00
0b76011a45 Remove some less-supported code features like static initializers for
variable-sized arrays
2025-03-21 15:37:51 -04:00
013995b146 Update makefile for compatibility 2025-03-21 15:32:32 -04:00
243802e713 Close file descriptor 2025-03-19 18:48:28 -04:00
ccb46db89c Fix for cached function args 2025-03-19 16:25:46 -04:00
e0a386fa8f Replace "begin"/"end" with "do_begin"/"do_end" 2025-03-19 16:22:29 -04:00