• Joined on 2021-11-25
azur synced commits to master at azur/bobbylisp from mirror 2022-02-09 14:17:03 -06:00
0ba8f77c8a refactor: rewrote lol
azur synced commits to master at azur/bobbylisp from mirror 2022-02-08 10:07:02 -06:00
8b23822f38 rebrand: vy
azur synced commits to master at azur/bobbylisp from mirror 2022-02-06 06:37:02 -06:00
830c8b4398 feat: throw
azur synced commits to master at azur/bobbylisp from mirror 2022-02-06 04:27:02 -06:00
493cf4bede feat: quoting
azur synced commits to master at azur/bobbylisp from mirror 2022-02-06 01:57:02 -06:00
8b81305af3 Delete var.bsm
e1e0ea99a5 feat: some comment in compiled file
Compare 2 commits »
azur synced commits to master at azur/bobbylisp from mirror 2022-02-06 01:27:02 -06:00
d7f94c21e2 refactor: buffered io i think
e405f2c7bd feat: array types in IR
Compare 2 commits »
azur synced commits to master at azur/bobbylisp from mirror 2022-02-06 00:27:02 -06:00
9a3585f379 refactor: separate Type to its own file
azur synced commits to master at azur/bobbylisp from mirror 2022-02-05 00:57:02 -06:00
c056d35f4f feat: slurp or file read to string
b9ed53f7f6 refactor: CALL use string
Compare 2 commits »
azur synced commits to master at azur/bobbylisp from mirror 2022-02-04 23:27:02 -06:00
407304dd9c docs: while
d2540a3bd8 feat: while loop
Compare 2 commits »
azur synced commits to master at azur/bobbylisp from mirror 2022-02-04 20:57:02 -06:00
ceed1ec0a5 feat: read
azur synced commits to master at azur/bobbylisp from mirror 2022-02-03 21:27:02 -06:00
26c5b973ec docs: update TODO
azur synced commits to master at azur/bobbylisp from mirror 2022-02-03 20:47:18 -06:00
f5651bd8f6 refactor: cleanup unused, def => let
4946f81a87 refactor: use register instead of names
Compare 2 commits »
azur synced commits to master at azur/bobbylisp from mirror 2022-02-03 20:17:02 -06:00
68aeca3c52 feat: variable calling
cf18c512d8 feat: variable definition
Compare 2 commits »
azur synced commits to master at azur/bobbylisp from mirror 2022-02-01 14:17:03 -06:00
1fa79de9cb docs: 💀
914531bf46 docs: change highlight
36ce449079 docs: update readme to lastest args
eb4792a39c fix: len counting label leading to incorrent jmp
ac5aca71b1 feat: if
Compare 5 commits »
azur synced commits to master at azur/bobbylisp from mirror 2022-01-31 03:37:02 -06:00
faf2dcd34e feat: call with stack instead of registers
azur synced commits to master at azur/bobbylisp from mirror 2022-01-28 00:47:02 -06:00
d5bcecaf5e refactor: reindent
azur synced commits to master at azur/bobbylisp from mirror 2022-01-27 18:37:02 -06:00
bac48d4577 refactor: change register format
5ef2db63ee feat: unoptionize command
7009197514 feat: +-*/ and swap
Compare 3 commits »
azur synced commits to master at azur/bobbylisp from mirror 2022-01-27 18:07:02 -06:00
d5648fbdfb docs: done docs
2259ce42f4 feat: test.sh in other directory
69d777894b refactor: a large amount of refactor
Compare 3 commits »
azur synced commits to master at azur/bobbylisp from mirror 2022-01-27 03:17:03 -06:00
e602e3fadc refactor: remove messy implementation
b0dc9b4249 feat: i forgot what i did
Compare 2 commits »
azur synced commits to master at azur/bobbylisp from mirror 2022-01-27 02:37:03 -06:00
e61c7bb873 fix: changed quote algo