• Joined on 2021-11-25
azur synced commits to master at azur/bobbylisp from mirror 2022-12-20 09:09:43 -06:00
ff79c39cde |> operator folding
azur synced commits to master at azur/bobbylisp from mirror 2022-12-20 08:39:43 -06:00
cfca9828f6 Prepare optimizer
azur synced commits to master at azur/bobbylisp from mirror 2022-12-19 01:39:43 -06:00
6ebe1bc7ae Fix closure not capturing outer environment
azur synced commits to master at azur/bobbylisp from mirror 2022-12-16 07:41:50 -06:00
dfc24c5444 callable lambda
azur synced commits to master at azur/bobbylisp from mirror 2022-12-16 07:11:50 -06:00
b5856a35e7 more number operators
azur synced commits to master at azur/bobbylisp from mirror 2022-12-14 00:41:50 -06:00
7248580e24 Separate print and println
azur synced commits to master at azur/bobbylisp from mirror 2022-12-14 00:11:50 -06:00
0a62f14571 fix comment not being ignored
a53d7b31f0 fix function with lambda body
Compare 2 commits »
azur synced commits to master at azur/bobbylisp from mirror 2022-12-13 11:11:50 -06:00
07e3af2664 Implements if-else compliation
azur synced commits to master at azur/bobbylisp from mirror 2022-12-13 10:41:50 -06:00
2cf6688e39 Implements let compliation
348d96ec8e :trollface: 2
5df43cf779 :trollface:
Compare 3 commits »
azur synced commits to master at azur/bobbylisp from mirror 2022-12-13 10:11:50 -06:00
89db9e8b1e :trollface:
azur synced commits to master at azur/bobbylisp from mirror 2022-05-13 18:10:17 -05:00
3768562c52 fix tuple codegen, generics example, change syntax
azur synced commits to master at azur/bobbylisp from mirror 2022-05-03 23:04:47 -05:00
9c3a390ae8 info log
azur synced commits to master at azur/bobbylisp from mirror 2022-05-03 15:24:47 -05:00
d8fbc17a33 fix codegen formatting
ffd922759e rewrite xdxdxdxdxdx
Compare 2 commits »
azur synced commits to master at azur/bobbylisp from mirror 2022-04-24 18:12:17 -05:00
a5f5725cdf remove redundant token
azur synced commits to master at azur/bobbylisp from mirror 2022-04-17 22:58:12 -05:00
fac86781dd change match keyword
azur synced commits to master at azur/bobbylisp from mirror 2022-04-10 18:15:25 -05:00
1a517da5a1 some more intrinsic, refactor map example
1f9a9cdf71 tuples codegen & some examples
Compare 2 commits »
azur synced commits to master at azur/bobbylisp from mirror 2022-04-09 10:25:25 -05:00
47fbb70b8d rename
dfe6efd326 Update README.md
Compare 2 commits »
azur synced commits to master at azur/bobbylisp from mirror 2022-04-09 09:25:25 -05:00
8cfeb61549 no semicolon woozy
2af901f0cf fix parser type
Compare 2 commits »
azur synced commits to master at azur/bobbylisp from mirror 2022-04-09 08:55:25 -05:00
1cbb2a6f9a function as argument success
azur synced commits to master at azur/bobbylisp from mirror 2022-04-07 03:25:26 -05:00
c095efdd7c parsed function as argument