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