1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-10-16 02:37:40 -05:00
Commit graph

21 commits

Author SHA1 Message Date
Natapat Samutpong 87b3c7717b massive amount of refactor
- parser and lexer now have span
- split into mini-crates
2022-03-06 22:04:48 +07:00
Natapat Samutpong 40f48cbbf1 use const for function declaration, comma separated args 2022-03-06 00:13:48 +07:00
Natapat Samutpong d10f3e3f38 fuck it js backend 2022-02-26 20:44:06 +07:00
Natapat Samutpong 76c569b625 Update ex.hyc 2022-02-25 16:15:40 +07:00
Natapat Samutpong 16fca1cee6 fix a bit of parser 2022-02-25 15:59:17 +07:00
Natapat Samutpong bc2b55e22a puts to lower write instead 2022-02-25 04:37:43 +07:00
Natapat Samutpong a98cc8ca27 refactor to have IR in compliation 2022-02-25 02:58:50 +07:00
Natapat Samutpong 0e3cd664af some c backend 2022-02-24 19:33:14 +07:00
Natapat Samutpong c15183ca66 tweaked sexpr gen 2022-02-18 11:31:22 +07:00
Natapat Samutpong 9d10030c47 remove in 2022-02-18 09:06:39 +07:00
Natapat Samutpong 43ed1ac1f5 finished sexpr conversion 2022-02-18 08:41:05 +07:00
Natapat Samutpong 79307db4fe expr to sexpr (unfinished) 2022-02-17 23:30:35 +07:00
Natapat Samutpong 9344bb1977 in in let syntax 2022-02-17 22:36:00 +07:00
Natapat Samutpong c3e9ede0ef 😱 no comma in args call!? 2022-02-17 21:41:41 +07:00
Natapat Samutpong 63fb726e6e if do block 2022-02-17 20:44:36 +07:00
Natapat Samutpong db773bf735 C-style comment 2022-02-17 13:50:32 +07:00
Natapat Samutpong 6242f7a2e3 comparison 2022-02-17 13:10:10 +07:00
Natapat Samutpong f56965bdb6 expr and block expr 2022-02-17 12:32:50 +07:00
Natapat Samutpong fce1760198 lexer + call 2022-02-17 12:04:52 +07:00
Natapat Samutpong 91f89d7ef6 rewrote with chumsky 2022-02-16 22:36:33 +07:00
Natapat Samutpong d169670b00 examples 2022-02-12 21:32:20 +07:00
Renamed from example/hello_world.hyc (Browse further)