Commit Graph

554 Commits

Author SHA1 Message Date
4d3ea3f73e Check for newline between statements in blocks 2024-07-04 18:45:04 -04:00
f4dee58f03 Check for functions that don't return when they need to, as well as a
fix for 'when' statement typing
2024-07-04 18:27:08 -04:00
2c89f3385f Fixes for defer statements in lambdas 2024-07-04 18:09:33 -04:00
6a105fbd80 Add 'defer' 2024-07-04 18:00:01 -04:00
78960b1461 Randomize hash key on startup and rename to TOMO_HASH_KEY. 2024-07-04 16:46:24 -04:00
dfb7bb1984 !! printing should quote strings by default 2024-07-04 16:25:06 -04:00
9d9fe12987 Add !! statement for printing text 2024-07-04 16:23:05 -04:00
d073c10137 Fix issue with text interpolation for Langs 2024-07-04 16:22:52 -04:00
38622ccbec Change metamethod names 2024-07-04 13:40:09 -04:00
22063462a9 Add __length and __negative metamethods 2024-07-04 13:37:23 -04:00
dc1616a3bf Add multiline string 2024-07-02 13:21:17 -04:00
ba66a51a9e Add multiline string literal test 2024-07-01 13:09:26 -04:00
7dc8189266 Add test for optionals 2024-07-01 12:30:22 -04:00
37a7beb28f Add test for metamethods 2024-07-01 12:30:07 -04:00
0c15c74352 Clean up some type checking with math operations and metamethods 2024-07-01 11:43:18 -04:00
855a7d2ec1 Show test output for update assignments 2024-07-01 11:31:50 -04:00
6290eb2719 Improvements for update assignments that use metamethods 2024-07-01 11:29:28 -04:00
c1fbbb7de8 Support math metamethods for update assignments 2024-07-01 11:20:41 -04:00
f391c929e5 Add math metamethods (__add, __sub, etc.) 2024-07-01 11:12:00 -04:00
8724dcd821 Fix issue with using libraries 2024-06-19 16:09:22 -04:00
c3a6e03bd2 Reference learnxiny in the readme 2024-06-18 01:34:42 -04:00
863f07d417 Add learnXinY example file 2024-06-18 01:33:34 -04:00
ed935eb882 Fix array_lvalue 2024-06-18 01:32:44 -04:00
f5dc37c86c Add test for array member assignment 2024-06-18 01:31:23 -04:00
734cc54d77 Dump test results to console again 2024-06-17 17:35:21 -04:00
7e261bea9b Fix 'use' test to use 'import' instead 2024-06-17 17:33:32 -04:00
1621968fc8 Fix issue with bitfields 2024-06-17 17:31:50 -04:00
eb2a9027b0 Fix issue with 'when' statements 2024-06-17 17:23:39 -04:00
6e07749cbb Tweak test output 2024-06-17 01:11:15 -04:00
c24a53174e Clean up symbol_renames.txt 2024-06-16 20:07:33 -04:00
5bfc15c975 Fix issue with binding 'foo := use baz' 2024-06-16 19:52:55 -04:00
ae538ba9eb Properly produce an error for foo := use -lbaz 2024-06-16 18:43:37 -04:00
28de9aeb84 Deprecate '-l' as a command line flag but instead support 'use -lblah' 2024-06-16 18:40:34 -04:00
4724d40e41 Support running with tomo -lfoo file.tm 2024-06-16 18:12:32 -04:00
32e82fdbe3 Remove some dead code and support -l as a tomo flag 2024-06-16 18:09:54 -04:00
9f8be0c502 Support library name as a separate environment field from namespace 2024-06-16 16:08:35 -04:00
7dcb5bea3f Support top-level imports 2024-06-16 15:13:48 -04:00
7a53e10826 Fix issue with type namespaces not getting properly prefixed by library
namespace
2024-06-16 15:12:00 -04:00
729d856139 Better error reporting 2024-06-14 13:45:01 -04:00
6f11f5cbb4 Replace non-identifier characters with '_' when generating prefixes 2024-06-13 22:56:45 -04:00
ce66358d06 Add tomo -u foo to uninstall foo 2024-06-13 21:24:22 -04:00
81d55cacb7 Do dynamic library symbol prefixing using 'patchelf' 2024-06-13 21:20:50 -04:00
dab2c399f1 Split import/use into separate concepts 2024-06-13 13:17:51 -04:00
5d682df66c Remove unused fields on AST 2024-06-13 13:03:13 -04:00
5757a5023c Support loading shared libraries 2024-06-13 12:59:19 -04:00
217eb51280 Add manpage 2024-06-11 13:38:46 -04:00
e9ba4411c9 Change default optimization level to whatever the C compiler's default
is
2024-06-11 13:37:33 -04:00
fef63dfef8 Add library documentation 2024-06-10 12:11:44 -04:00
56b9684362 Make library name specifiable by a command line arg 2024-06-10 11:20:14 -04:00
77aa022df0 Change how tomo command line behavior works and how shared libraries are
built/installed.
2024-06-09 16:16:22 -04:00