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

243 commits

Author SHA1 Message Date
azur a53d7b31f0 fix function with lambda body 2022-12-14 12:50:02 +07:00
azur 07e3af2664 Implements if-else compliation 2022-12-13 23:55:52 +07:00
azur 2cf6688e39 Implements let compliation 2022-12-13 23:33:26 +07:00
azur 348d96ec8e :trollface: 2 2022-12-13 23:13:54 +07:00
azur 5df43cf779 :trollface: 2022-12-13 23:12:39 +07:00
azur 89db9e8b1e :trollface: 2022-12-13 23:02:41 +07:00
Natapat Samutpong 3768562c52 fix tuple codegen, generics example, change syntax 2022-05-14 05:52:20 +07:00
azur 9c3a390ae8 info log 2022-05-04 10:49:15 +07:00
azur d8fbc17a33 fix codegen formatting 2022-05-04 00:54:54 +07:00
azur ffd922759e rewrite xdxdxdxdxdx 2022-05-04 00:48:43 +07:00
azur a5f5725cdf remove redundant token 2022-04-25 05:58:03 +07:00
azur fac86781dd change match keyword 2022-04-18 10:41:12 +07:00
Natapat Samutpong 1a517da5a1 some more intrinsic, refactor map example 2022-04-11 05:47:52 +07:00
Natapat Samutpong 1f9a9cdf71 tuples codegen & some examples 2022-04-11 05:28:04 +07:00
Natapat Samutpong 47fbb70b8d rename 2022-04-09 22:17:36 +07:00
Natapat Samutpong dfe6efd326 Update README.md 2022-04-09 22:12:42 +07:00
Natapat Samutpong 8cfeb61549 no semicolon woozy 2022-04-09 21:04:48 +07:00
Natapat Samutpong 2af901f0cf fix parser type 2022-04-09 21:04:08 +07:00
Natapat Samutpong 1cbb2a6f9a function as argument success 2022-04-09 20:52:00 +07:00
Natapat Samutpong c095efdd7c parsed function as argument 2022-04-07 15:21:29 +07:00
Natapat Samutpong 6d41cc4ded remove semicolons part 2 2022-04-03 15:07:25 +07:00
Natapat Samutpong 6b984f8711 removed semicolons (if) 2022-04-01 15:16:11 +07:00
Natapat Samutpong 961b0ff130 removed semicolons 2022-04-01 15:15:36 +07:00
Natapat Samutpong 9c1e0927da Merge branch 'master' of https://github.com/azur1s/hazure 2022-03-31 22:01:42 +07:00
Natapat Samutpong 834e203c53 clippy stuff 2022-03-31 22:01:40 +07:00
azur1s d696c17b05 Update main.rs 2022-03-28 08:32:26 +07:00
azur1s 1607293bb4 wait why are we chmoding 2022-03-28 08:31:59 +07:00
Natapat Samutpong 7a9671ea25 Create strings.hz 2022-03-27 07:22:52 +07:00
Natapat Samutpong cd722dc1c1 change case expression keywords 2022-03-27 07:14:12 +07:00
azur 7e707d6103
Update README.md 2022-03-25 13:03:07 +07:00
Natapat Samutpong 6795311f80 use bash 2022-03-25 13:00:57 +07:00
Natapat Samutpong ad57b2f63a change argument handling 2022-03-25 12:56:54 +07:00
Natapat Samutpong 222cd44bb3 build script 2022-03-25 12:51:37 +07:00
Natapat Samutpong e19e468545 woopsie 2022-03-24 11:18:53 +07:00
Natapat Samutpong 1697a1d93f Update README.md 2022-03-24 10:12:32 +07:00
Natapat Samutpong 21d8223f31 move hazure.vim to another repo 2022-03-24 09:38:54 +07:00
Natapat Samutpong c5d9a07e96 vim syntax file 2022-03-24 09:36:26 +07:00
Natapat Samutpong aa266f059d some tests 2022-03-24 07:15:23 +07:00
Natapat Samutpong ea90b7f90a simple typechecking 2022-03-24 07:07:24 +07:00
Natapat Samutpong 74adfe1f0f cleanup 2022-03-23 13:03:08 +07:00
Natapat Samutpong 8021a0e31d prepare for typechecking 2022-03-23 12:45:35 +07:00
Natapat Samutpong fefffdd79e misc 2022-03-23 08:34:20 +07:00
Natapat Samutpong 070b8b259c very bumpy 2022-03-23 08:18:37 +07:00
Natapat Samutpong b52661c9d9 len intrinsic + iterating example 2022-03-22 06:31:45 +07:00
Natapat Samutpong 00b97b9f3b Merge branch 'master' of https://github.com/azur1s/hazure 2022-03-22 05:09:44 +07:00
Natapat Samutpong 1ce9b74190 rule 110 & vector type 2022-03-22 05:09:42 +07:00
azur 7746dba3cc
Update README.md 2022-03-21 12:03:30 +07:00
Natapat Samutpong 990ee95372 change case syntax 2022-03-21 05:54:55 +07:00
Natapat Samutpong 09ea710580 IR s-expr display 2022-03-20 21:12:49 +07:00
Natapat Samutpong 8ca4abe394 public variable & function 2022-03-20 20:40:51 +07:00