yakshaving
This commit is contained in:
2
Makefile
2
Makefile
@@ -7,7 +7,7 @@ ARGS=./examples/test.scm
|
|||||||
RELEASE=0
|
RELEASE=0
|
||||||
GFLAGS=-Wall -Wextra -Wswitch-enum -Werror -std=c11
|
GFLAGS=-Wall -Wextra -Wswitch-enum -Werror -std=c11
|
||||||
DFLAGS=-ggdb -fsanitize=address -fsanitize=undefined
|
DFLAGS=-ggdb -fsanitize=address -fsanitize=undefined
|
||||||
RFLAGS=-O3
|
RFLAGS=-O3 -static
|
||||||
DEPFLAGS=-MT $@ -MMD -MP -MF
|
DEPFLAGS=-MT $@ -MMD -MP -MF
|
||||||
|
|
||||||
ifeq ($(RELEASE), 1)
|
ifeq ($(RELEASE), 1)
|
||||||
|
|||||||
@@ -5,8 +5,7 @@
|
|||||||
|#
|
|#
|
||||||
|
|
||||||
;; a comment here
|
;; a comment here
|
||||||
"Hello, world! " ; maybe comments here
|
"Hello, world!" ; maybe comments here
|
||||||
NIL
|
|
||||||
)
|
)
|
||||||
;; comments here comments here comments here comments here comments here
|
;; comments here comments here comments here comments here comments here
|
||||||
;; comments here comments here comments here comments here
|
;; comments here comments here comments here comments here
|
||||||
|
|||||||
10
oats.org
10
oats.org
@@ -36,13 +36,13 @@ consider user environments via the context.
|
|||||||
*inp, lisp_t **ret)][function link]]
|
*inp, lisp_t **ret)][function link]]
|
||||||
** TODO Evaluator
|
** TODO Evaluator
|
||||||
** TODO Runtime errors
|
** TODO Runtime errors
|
||||||
** TODO Better numerics
|
** TODO Better numerics :numerics:
|
||||||
We currently admit fixed size integers (63 bits). We _need_ more to
|
We currently admit fixed size integers (63 bits). We _need_ more to
|
||||||
be a scheme.
|
be a scheme.
|
||||||
*** Unfixed size integers
|
*** TODO Unfixed size integers
|
||||||
*** Rationals
|
*** TODO Rationals
|
||||||
*** Floats
|
*** TODO Floats
|
||||||
*** Complex numbers
|
*** TODO Complex numbers
|
||||||
** TODO Primitive operations
|
** TODO Primitive operations
|
||||||
** TODO Macros
|
** TODO Macros
|
||||||
** TODO Modules
|
** TODO Modules
|
||||||
|
|||||||
Reference in New Issue
Block a user