1
0
mirror of https://github.com/janet-lang/janet synced 2025-04-08 16:26:39 +00:00
janet/examples
Calvin Rose ef2dfcd7c3 More work on a proof of concept frontend.
Basic frontend being prototyped in examples/sysir/frontend.janet. Still
a lot of work needs to be done here, and some of this code will
eventually move to C most likely, but this is a good way to better
exercise our backend.

Type inference - at the very least _forward_ inference, is the most
needed change here. While one could do this in the compiler
frontend, doing so in sysir/asm is not so much of an issue. "Inference"
here means inserting "bind" instructions when there is only a single
type that will work correctly.
2024-05-05 14:45:00 -05:00
..
2020-11-04 10:18:31 +01:00
2019-11-25 20:00:13 -06:00
2020-04-10 17:20:23 -05:00
2018-09-05 22:18:42 -04:00
2022-06-05 16:42:18 -05:00
2021-01-03 16:19:23 -06:00
2019-02-17 11:20:24 -05:00
2019-03-21 14:32:08 -04:00
2019-05-16 12:03:54 +02:00
2020-10-11 09:14:31 -05:00
2020-10-11 09:32:17 -05:00
2020-02-12 09:32:41 -06:00
2020-06-02 19:47:50 -05:00