git » unicorn-sparkle-basic.git

Unicorn Sparkle Basic interpreter

git clone https://tailrecursion.com/git/unicorn-sparkle-basic.git

commits (master)
2024-06-19 add lines_find_idx, use SIZE_MAX for notfound sentinel Alan Dipert master
2024-04-29 improve makefile, leverage auto deps Alan Dipert
2024-04-28 cleanup, format Alan Dipert
2024-04-28 deterministic makefile Alan Dipert
2024-04-27 add run command Alan Dipert
2024-04-26 allow negative numbers Alan Dipert
2024-04-20 use gc for tokens Alan Dipert
2024-04-19 Add types.{h,c} Alan Dipert
2024-04-14 towards eval Alan Dipert
2024-04-14 use GC_malloc for ast nodes Alan Dipert

tree (master)
.clang-format 20
.gitignore 56
LICENSE.txt 7048
Makefile 1400
README.md 1700
lines.c 1172
lines.h 441
main.c 1155
parse.c 2197
parse.h 1825
types.c 715
types.h 429
usbasic.l 1087
usbasic.y 1500
vec.c 3162
vec.h 2600

branches
master
line-edit-recall