pebblisp/src
Sage Vaillancourt 1a13fe4814 Add `unused` macro.
Prefer malloc() over calloc() in env.c
2022-04-01 15:07:19 -04:00
..
examples Add `unused` macro. 2022-04-01 15:07:19 -04:00
Makefile Cleaner and more optimized (cat) implementation. 2022-03-31 11:41:08 -04:00
calc.c Patch some bits of calc.c for new stringObj() 2022-03-29 14:02:07 -04:00
calc.h Finally some consistent styling. 2022-01-07 16:55:03 -05:00
env.c Add `unused` macro. 2022-04-01 15:07:19 -04:00
env.h Add `unused` macro. 2022-04-01 15:07:19 -04:00
object.c Add `unused` macro. 2022-04-01 15:07:19 -04:00
object.h A bit of cleanup and warning-hushing. 2022-03-31 14:12:52 -04:00
pebbleobject.c Replace (struct's field) with (struct.field) 2022-03-31 10:29:10 -04:00
pebbleobject.h Finally some consistent styling. 2022-01-07 16:55:03 -05:00
pebblisp.c Add `unused` macro. 2022-04-01 15:07:19 -04:00
pebblisp.h Add `unused` macro. 2022-04-01 15:07:19 -04:00
pebcom.c A bit of cleanup and warning-hushing. 2022-03-31 14:12:52 -04:00
pebcom.h Finally some consistent styling. 2022-01-07 16:55:03 -05:00
plfunc.c Add `unused` macro. 2022-04-01 15:07:19 -04:00
plfunc.h Add (cd) and (cwd). 2022-03-31 21:31:24 -04:00
tests.sh Simpler listEvalFunc() implementation. 2022-03-31 15:44:18 -04:00
tokens.c Replace (struct's field) with (struct.field) 2022-03-31 10:29:10 -04:00
tokens.h General code clean-up. 2022-03-19 22:25:20 -04:00
web.c Move help directly into env. 2022-03-29 15:09:36 -04:00
web.h Define function symbols at their declaration. 2022-03-29 19:00:01 -04:00