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

167 commits

Author SHA1 Message Date
Natapat Samutpong 35abd6b1b1 fix comment overriding minus 2022-03-13 08:30:13 +07:00
Natapat Samutpong d211a05fd0 read and write file 2022-03-13 07:17:12 +07:00
Natapat Samutpong 5754ecf641 @time() 2022-03-13 07:01:39 +07:00
Natapat Samutpong f67172b9a7 Update README.md 2022-03-13 06:47:31 +07:00
Natapat Samutpong 7be91158dc block comment 2022-03-13 06:46:50 +07:00
Natapat Samutpong 9431270504 Create hello_world_pipe.hz 2022-03-13 06:28:38 +07:00
Natapat Samutpong 2259141647 c++ library, intrinsic pipable 2022-03-13 06:26:59 +07:00
Natapat Samutpong 1f5eaab23a Update pipe.hz 2022-03-13 05:38:39 +07:00
Natapat Samutpong 516a7ac04a Update pipe.hz 2022-03-13 05:03:00 +07:00
Natapat Samutpong 9c782a0a29 pipe operator 2022-03-13 05:00:42 +07:00
Natapat Samutpong 26dd4f53e1 output name specifier 2022-03-12 21:01:20 +07:00
Natapat Samutpong 5c2e3048df lowering error report 2022-03-12 20:46:43 +07:00
Natapat Samutpong a19f118510 generate comment 2022-03-12 10:38:18 +07:00
Natapat Samutpong 2035dd115d binary and unary, fix some missing semicolon 2022-03-12 10:25:52 +07:00
Natapat Samutpong ebaee0ea0c if else 2022-03-12 10:10:41 +07:00
Natapat Samutpong 4e040f9601 hades is already taken 2022-03-12 09:52:24 +07:00
Natapat Samutpong 04e35046b2 😱 trailing whitespace 2022-03-12 08:41:51 +07:00
Natapat Samutpong cd196f8619 Update README.md 2022-03-12 08:39:37 +07:00
Natapat Samutpong 0ee36feecb intrinsic 2022-03-12 08:37:47 +07:00
Natapat Samutpong 1079d53f05 fix comment syntax 2022-03-12 07:35:16 +07:00
Natapat Samutpong 9fb5a8e715 include Cargo.lock 2022-03-12 07:21:48 +07:00
Natapat Samutpong a56f08b9f8 update gitignore 2022-03-12 07:20:49 +07:00
Natapat Samutpong 41a037077a Update README.md 2022-03-12 07:14:31 +07:00
Natapat Samutpong 63701f743b compiler options 2022-03-12 07:14:01 +07:00
Natapat Samutpong 682178bec9 diagnostic crate 2022-03-12 06:35:14 +07:00
Natapat Samutpong 0743717ce5 Update lib.rs 2022-03-10 14:50:46 +07:00
Natapat Samutpong 7f28b2f8df optional log, redirect output file 2022-03-07 16:48:36 +07:00
Natapat Samutpong 9f4cf84f34 fun, return, do 2022-03-07 15:47:03 +07:00
Natapat Samutpong dccbe7c17c write, read. hello, world! 2022-03-07 15:29:13 +07:00
Natapat Samutpong 722be2628d :trollface: 2022-03-07 15:16:41 +07:00
Natapat Samutpong dd8d73c51a codegen (c++), removed float for now 2022-03-07 15:15:43 +07:00
Natapat Samutpong 1e20eb89c3 update misc stuff 2022-03-07 03:53:44 +07:00
Natapat Samutpong e38d26ccb2 some (h)ir 2022-03-07 03:45:09 +07:00
Natapat Samutpong 23f1edfea4 return keyword 2022-03-07 00:20:18 +07:00
Natapat Samutpong b19769e1ee rename (again)
i have problems
2022-03-06 23:51:03 +07:00
Natapat Samutpong a42415a90a some test 2022-03-06 23:02:54 +07:00
Natapat Samutpong cf65687337 error reporting with ariadne 2022-03-06 22:50:23 +07:00
Natapat Samutpong a8aa4569c3 Update ex.hyc 2022-03-06 22:15:07 +07:00
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 1968e7ff14 Update README.md 2022-03-05 20:55:02 +07:00
Natapat Samutpong b15f7f1971 write to file, use console.log 2022-03-05 20:53:28 +07:00
Natapat Samutpong d10f3e3f38 fuck it js backend 2022-02-26 20:44:06 +07:00
Natapat Samutpong b2dc49beac Update README.md 2022-02-25 17:03:55 +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 a956b8c7d2 remove unused 2022-02-25 04:38:03 +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 5809a4949f bool -> stdbool, refactor emit 2022-02-24 21:59:21 +07:00