- 09 Dec, 2010 1 commit
-
-
Juergen Nickelsen authored
-
- 22 Oct, 2010 3 commits
-
-
Juergen Nickelsen authored
-
Juergen Nickelsen authored
-
Juergen Nickelsen authored
-
- 21 Oct, 2010 5 commits
-
-
Juergen Nickelsen authored
-
Juergen Nickelsen authored
builtins and lambdas and mus), which still did not help the mapcar; made the function function a special form, which magically did
-
Juergen Nickelsen authored
getting the symbol value as a function, which still did not help the macpar function; instead implemented the "function" function (although wronly, only on symbols, yet) and the associated #' reader macro -- and a general mechanism to support other reader macros with the #.
-
Juergen Nickelsen authored
-
Juergen Nickelsen authored
stacktrace, and in the repl print only the returned (error) object; output/error ports everywhere except in the port handling itself, where it is always stderr
-
- 20 Oct, 2010 6 commits
-
-
Juergen Nickelsen authored
line number, column, pushback token, etc. that is passed through everything as a parameter, so we can now (in theory) have multiple readers at a time; fixed the reader SEGV bug (list initialization in read_loop was null instead of nil); new xstrdup()
-
Juergen Nickelsen authored
-
Juergen Nickelsen authored
made load_file use the repl; fixed a reader bug (newline had the wrong charclass, so the reader never came out of a comment); tried to fix another reader bug that causes SIGSEGVs, but failed so far
-
Juergen Nickelsen authored
-
Juergen Nickelsen authored
files
-
Juergen Nickelsen authored
-
- 19 Oct, 2010 6 commits
-
-
Juergen Nickelsen authored
-
Juergen Nickelsen authored
-
Juergen Nickelsen authored
-
Juergen Nickelsen authored
-
Juergen Nickelsen authored
-
Juergen Nickelsen authored
help the still botched eval, though; problem might be in binding the variables, as a null argument list to a unary function was not detected
-
- 18 Oct, 2010 7 commits
-
-
Juergen Nickelsen authored
-
Juergen Nickelsen authored
-
Juergen Nickelsen authored
-
Juergen Nickelsen authored
-
Juergen Nickelsen authored
builtins; defun, which works for a simple function
-
Juergen Nickelsen authored
-
Juergen Nickelsen authored
a related object in the error message where appropriate
-
- 17 Oct, 2010 11 commits
-
-
Juergen Nickelsen authored
-
Juergen Nickelsen authored
IF body now evaluated in finite time with the help of successive CDRs of the argument list; CHECK_ERROR (pass through error coming from below) and ERROR (generate and return errors) macros to make error handling easier, to be used everywhere in the future
-
Juergen Nickelsen authored
IF body now evaluated in finite time with the help of successive CDRs of the argument list
-
Juergen Nickelsen authored
-
Juergen Nickelsen authored
about my lambdas...
-
Juergen Nickelsen authored
no longer cause an abort trap, but goes into long and hard self-meditation -- now that's progress!
-
Juergen Nickelsen authored
now, but is still completely untested
-
Juergen Nickelsen authored
-
Juergen Nickelsen authored
so often to acess builtin functions args)
-
Juergen Nickelsen authored
-
Juergen Nickelsen authored
of (setq a (car (cdr (symbols))))
-
- 16 Oct, 2010 1 commit
-
-
Juergen Nickelsen authored
obviously false result, easily downhuntable
-