167 Commits

Author SHA1 Message Date
5e52fcc795 Fix incorrect Stack growth in push_all 2023-05-29 01:36:56 +00:00
de82444ac3 Fix segfault when allocating zero-length memory 2023-05-29 01:22:30 +00:00
1fb5fc6048 Add parser support for table literals 2023-05-28 20:23:13 +00:00
a8104308a6 Update table of contents in readme
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-28 12:53:08 +00:00
f8d7d8cd8e Update readme
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-28 12:52:16 +00:00
fc1848d2c1 Fix loading of script files in Ona
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-28 12:44:32 +00:00
1dc0c7f225 Merge branch 'main' of sauce.pizzawednes.day:kayomn/ona
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-28 02:33:20 +00:00
49ace97ee3 Add support for binary comparison to Kym 2023-05-28 02:32:00 +00:00
4291bc28dc Update Drone CI to use latest Zig testing framework API
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-28 03:29:04 +02:00
fe8e98e753 Fix CI test stage
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-28 01:26:41 +00:00
5642f399b9 Add AST generation stage to Kym parser
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-28 01:19:46 +00:00
bb8cb43843 Refactor project structure and Ona APIs
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-24 00:33:02 +00:00
b1739f0cf8 First pass implementation of Slab collection 2023-05-24 00:32:32 +00:00
a0c30163a2 Implement hash table type in Coral 2023-05-24 00:30:40 +00:00
b94e03f829 Simplify debug test case 2023-05-23 23:22:29 +00:00
181c44d85f Add number wrapping utility to coral 2023-05-23 23:22:12 +00:00
54e716e4cf Tidy up coral library 2023-05-23 00:08:34 +00:00
d5d5b69f54 Add partial work on new VM interface
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-09 22:57:19 +00:00
24a4590293 Expose canvas item API on Ona app 2023-05-09 21:12:17 +00:00
d034c526e4 Replace graphics file with canvas API 2023-05-09 21:05:14 +00:00
38dadb6d05 Fix compile errors in slot map remove function 2023-05-09 20:59:26 +00:00
52278ab8e0 Update build script to latest Zig version
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-07 14:39:38 +00:00
946c67f154 Add way to remove elements from dense slot maps 2023-05-07 14:39:15 +00:00
1ab9bba9da Implement null allocator 2023-05-07 14:51:22 +01:00
f99e1eab67 Re-add old Kym bytecode logic
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-06 01:49:10 +00:00
1e0dff6dba General fixes 2023-05-06 01:47:52 +00:00
e9f12785f9 Mark Vector2 as having an ABI defined memory layout
Some checks failed
continuous-integration/drone/push Build is failing
2023-04-28 22:20:46 +00:00
3efe246ed0 Fix mismatched type in parse_signed 2023-04-27 21:11:49 +00:00
40f4c37dc8 Fix parse_signed returning an unsigned integer 2023-04-27 21:02:38 +00:00
a2990e67c7 Fix various parsing errors in Kym
Some checks failed
continuous-integration/drone/push Build is failing
2023-04-23 16:25:42 +01:00
2331d99bc9 Add missing push_table to Kym compiler 2023-04-23 16:02:34 +01:00
c64767ba59 Fix VS Code launch.json
Some checks failed
continuous-integration/drone/push Build is failing
2023-04-23 15:54:02 +01:00
0974cb016b Tidy up Kym implementation 2023-04-23 15:53:50 +01:00
d1110d8683 Re-implement Tag metaprogramming utility 2023-04-23 13:40:49 +01:00
a7605c6ffa Remove unused coral IO functions 2023-04-19 20:53:51 +01:00
bb2745c3d0 Update readme
Some checks failed
continuous-integration/drone/push Build is failing
2023-04-19 01:34:06 +02:00
2274cb412e Change Drone script to use the Zig master branch
Some checks failed
continuous-integration/drone/push Build is failing
2023-04-19 00:28:19 +01:00
359fcd190d Port back to Zig
Some checks failed
continuous-integration/drone Build is failing
2023-04-19 00:25:35 +01:00
78ae403f61 Refine and fix bugs in the Oar library
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-24 00:35:36 +00:00
2a0f821e64 Add monadic test function to coral::expected 2023-02-24 00:33:04 +00:00
53ec658439 Add more file associations 2023-02-24 00:31:51 +00:00
62514f350e Re-enable CppTools intellisense in codebase 2023-02-24 00:20:05 +00:00
0bfd1c80ce Tidy up stack API in coral library
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-23 20:13:56 +00:00
388a98e654 Merge pull request 'Replace coral::callable with coral::closure' (#9) from replace-callable into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #9
2023-02-23 16:12:29 +01:00
db380e6bae Add constructor for coral::closure that accepts pointers
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-02-23 15:00:32 +00:00
237c0b4d19 Replace coral::callable with coral::closure
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-23 14:59:29 +00:00
eb213d24ed Remove redundant constructor argument from coral::fixed_buffer
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-23 14:44:55 +00:00
ba5bc0674c Tidy up footprint of app libray
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-23 14:02:17 +00:00
cf8124eb20 Expose interface for writing single values into coral::fixed_buffer 2023-02-23 00:51:48 +00:00
2b1a34d5e2 Expose interface for querying access rules on coral::fs 2023-02-23 00:28:06 +00:00