jscl.git
11 years agoIgnore output file
David Vazquez [Fri, 28 Dec 2012 02:16:11 +0000 (02:16 +0000)]
Ignore output file

11 years agoPrint functions with the name
David Vazquez [Fri, 28 Dec 2012 01:55:28 +0000 (01:55 +0000)]
Print functions with the name

11 years agoPrint improper lists
David Vazquez [Fri, 28 Dec 2012 01:42:45 +0000 (01:42 +0000)]
Print improper lists

11 years agoLAST and BUTLAST work for improper lists
David Vazquez [Fri, 28 Dec 2012 01:37:07 +0000 (01:37 +0000)]
LAST and BUTLAST work for improper lists

11 years agosubseq for strings
David Vazquez [Thu, 27 Dec 2012 02:36:11 +0000 (02:36 +0000)]
subseq for strings

11 years agoCall JOIN without a separator in some callers
David Vazquez [Thu, 27 Dec 2012 02:26:29 +0000 (02:26 +0000)]
Call JOIN without a separator in some callers

11 years agoPrint negative numbers
David Vazquez [Thu, 27 Dec 2012 02:24:02 +0000 (02:24 +0000)]
Print negative numbers

11 years agoMove some code from ls-read to read-sharp
David Vazquez [Thu, 27 Dec 2012 02:22:38 +0000 (02:22 +0000)]
Move some code from ls-read to read-sharp

11 years agoSome refactoring
David Vazquez [Wed, 26 Dec 2012 17:42:09 +0000 (17:42 +0000)]
Some refactoring

11 years agodefvar accepts optional value (it was required)
David Vazquez [Wed, 26 Dec 2012 17:31:35 +0000 (17:31 +0000)]
defvar accepts optional value (it was required)

11 years agojoin and join-trailing accept optional argument
David Vazquez [Wed, 26 Dec 2012 17:27:25 +0000 (17:27 +0000)]
join and join-trailing accept optional argument

11 years agoNumber of argument checking and &optional parameters
David Vazquez [Wed, 26 Dec 2012 17:25:42 +0000 (17:25 +0000)]
Number of argument checking and &optional parameters

11 years agoRemove redundant semicolons
David Vazquez [Wed, 26 Dec 2012 15:44:26 +0000 (15:44 +0000)]
Remove redundant semicolons

11 years agoFix make-symbol
David Vazquez [Wed, 26 Dec 2012 15:40:06 +0000 (15:40 +0000)]
Fix make-symbol

11 years agoconcat-two primitive function offered
David Vazquez [Wed, 26 Dec 2012 15:36:18 +0000 (15:36 +0000)]
concat-two primitive function offered

11 years agoFUNCTIONP and printer for FUNCTION
David Vazquez [Mon, 24 Dec 2012 02:58:03 +0000 (02:58 +0000)]
FUNCTIONP and printer for FUNCTION

11 years agoPrinter
David Vazquez [Mon, 24 Dec 2012 02:52:32 +0000 (02:52 +0000)]
Printer

11 years agoFix eval-when-compile and so defmacro in the REPL
David Vazquez [Mon, 24 Dec 2012 02:45:49 +0000 (02:45 +0000)]
Fix eval-when-compile and so defmacro in the REPL

11 years agoDEFVAR returns the symbol
David Vazquez [Mon, 24 Dec 2012 02:35:46 +0000 (02:35 +0000)]
DEFVAR returns the symbol

11 years agoDEFUN returns the function name
David Vazquez [Mon, 24 Dec 2012 02:34:23 +0000 (02:34 +0000)]
DEFUN returns the function name

11 years agoParent matching
David Vazquez [Mon, 24 Dec 2012 02:27:03 +0000 (02:27 +0000)]
Parent matching

11 years agoImprove scrolling in the console
David Vazquez [Mon, 24 Dec 2012 02:05:24 +0000 (02:05 +0000)]
Improve scrolling in the console

11 years agoRename test.html to lispstrack.html
David Vazquez [Mon, 24 Dec 2012 01:09:58 +0000 (01:09 +0000)]
Rename test.html to lispstrack.html

11 years agoAdd copyright notice for rgrau
David Vazquez [Mon, 24 Dec 2012 01:07:26 +0000 (01:07 +0000)]
Add copyright notice for rgrau

11 years agoSome comments
David Vazquez [Mon, 24 Dec 2012 01:05:27 +0000 (01:05 +0000)]
Some comments

11 years agoMove all the code to only one file
David Vazquez [Mon, 24 Dec 2012 00:42:41 +0000 (00:42 +0000)]
Move all the code to only one file

11 years agoHandle unfinished expressions in the REPL
David Vazquez [Sun, 23 Dec 2012 23:29:10 +0000 (23:29 +0000)]
Handle unfinished expressions in the REPL

11 years agoReport unexpected errors in the reader
David Vazquez [Sun, 23 Dec 2012 22:56:27 +0000 (22:56 +0000)]
Report unexpected errors in the reader

11 years agoWelcome message
David Vazquez [Sun, 23 Dec 2012 22:10:23 +0000 (22:10 +0000)]
Welcome message

11 years agoHandle errors in the REPL
David Vazquez [Sun, 23 Dec 2012 22:05:24 +0000 (22:05 +0000)]
Handle errors in the REPL

11 years agoFix js-eval. Macros bug fixed!
David Vazquez [Sun, 23 Dec 2012 21:41:28 +0000 (21:41 +0000)]
Fix js-eval. Macros bug fixed!

11 years agoFix c*r and order them
David Vazquez [Sun, 23 Dec 2012 20:54:23 +0000 (20:54 +0000)]
Fix c*r and order them

11 years agoFix cddr and cdddr
David Vazquez [Sun, 23 Dec 2012 20:39:53 +0000 (20:39 +0000)]
Fix cddr and cdddr

11 years agoFix let
David Vazquez [Sun, 23 Dec 2012 19:44:50 +0000 (19:44 +0000)]
Fix let

11 years agoFix cons
David Vazquez [Sun, 23 Dec 2012 19:37:37 +0000 (19:37 +0000)]
Fix cons

11 years agoRemove , in compile commands
David Vazquez [Sat, 22 Dec 2012 20:05:01 +0000 (20:05 +0000)]
Remove , in compile commands

11 years agomultivariadic append
David Vazquez [Sat, 22 Dec 2012 19:54:38 +0000 (19:54 +0000)]
multivariadic append

11 years ago, prefix in the REPL to compile
David Vazquez [Sat, 22 Dec 2012 15:48:16 +0000 (15:48 +0000)]
, prefix in the REPL to compile

11 years agoConsole
David Vazquez [Sat, 22 Dec 2012 15:42:53 +0000 (15:42 +0000)]
Console

11 years agoCAR and CDR work for NIL object
David Vazquez [Sat, 22 Dec 2012 14:55:06 +0000 (14:55 +0000)]
CAR and CDR work for NIL object

11 years agoUse global variables to keep the variable, function and literal indexes
David Vazquez [Sat, 22 Dec 2012 14:40:06 +0000 (14:40 +0000)]
Use global variables to keep the variable, function and literal indexes

It allows to move the information from host to target after compilation

11 years agoClean variable and function lookup information with the compilation unit
David Vazquez [Sat, 22 Dec 2012 14:19:03 +0000 (14:19 +0000)]
Clean variable and function lookup information with the compilation unit

11 years agoUpdate test.lisp with the newer code from lispstrack.lisp
David Vazquez [Sat, 22 Dec 2012 13:38:58 +0000 (13:38 +0000)]
Update test.lisp with the newer code from lispstrack.lisp

11 years agoUpdate boolean expressions
David Vazquez [Sat, 22 Dec 2012 13:38:39 +0000 (13:38 +0000)]
Update boolean expressions

11 years agoFix symbol-name for NIL
David Vazquez [Sat, 22 Dec 2012 06:20:51 +0000 (06:20 +0000)]
Fix symbol-name for NIL

11 years agoAccept tabs as whitespaces
David Vazquez [Sat, 22 Dec 2012 05:55:40 +0000 (05:55 +0000)]
Accept tabs as whitespaces

11 years agoFix reader for T character
David Vazquez [Sat, 22 Dec 2012 05:30:50 +0000 (05:30 +0000)]
Fix reader for T character

11 years agoFix NIL handling error
David Vazquez [Sat, 22 Dec 2012 05:21:40 +0000 (05:21 +0000)]
Fix NIL handling error

11 years agoExport compile and compileString too
David Vazquez [Sat, 22 Dec 2012 05:17:55 +0000 (05:17 +0000)]
Export compile and compileString too

11 years agoExport main functions read, eval and evalString to a object lisp.
David Vazquez [Sat, 22 Dec 2012 05:13:03 +0000 (05:13 +0000)]
Export main functions read, eval and evalString to a object lisp.

11 years agoFix OR
David Vazquez [Sat, 22 Dec 2012 04:59:32 +0000 (04:59 +0000)]
Fix OR

11 years agoCopy global environment from host to target
David Vazquez [Sat, 22 Dec 2012 04:49:15 +0000 (04:49 +0000)]
Copy global environment from host to target

11 years agoFix apply
David Vazquez [Sat, 22 Dec 2012 02:39:55 +0000 (02:39 +0000)]
Fix apply

11 years agoFix c*r functions
David Vazquez [Sat, 22 Dec 2012 02:30:31 +0000 (02:30 +0000)]
Fix c*r functions

11 years agoFix with-compilation-unit
David Vazquez [Sat, 22 Dec 2012 02:19:53 +0000 (02:19 +0000)]
Fix with-compilation-unit

11 years agodolist
David Vazquez [Sat, 22 Dec 2012 02:17:43 +0000 (02:17 +0000)]
dolist

11 years agowith-compilation-unit
David Vazquez [Sat, 22 Dec 2012 02:17:41 +0000 (02:17 +0000)]
with-compilation-unit

11 years agoUpdate test.lisp with the newer definitions
David Vazquez [Sat, 22 Dec 2012 02:08:34 +0000 (02:08 +0000)]
Update test.lisp with the newer definitions

11 years agoFix symbolp and consp
David Vazquez [Sat, 22 Dec 2012 02:03:24 +0000 (02:03 +0000)]
Fix symbolp and consp

11 years agoQuoted symbols are also interned in the target environment
David Vazquez [Sat, 22 Dec 2012 01:50:13 +0000 (01:50 +0000)]
Quoted symbols are also interned in the target environment

11 years agoMove package code to the beginning of th file
David Vazquez [Fri, 21 Dec 2012 17:30:32 +0000 (17:30 +0000)]
Move package code to the beginning of th file

11 years agoFix little bugs
David Vazquez [Fri, 21 Dec 2012 01:29:14 +0000 (01:29 +0000)]
Fix little bugs

11 years agoUse *newline* instead of literal strings
David Vazquez [Thu, 20 Dec 2012 19:09:16 +0000 (19:09 +0000)]
Use *newline* instead of literal strings

11 years agoescape newlines
David Vazquez [Thu, 20 Dec 2012 19:07:43 +0000 (19:07 +0000)]
escape newlines

11 years agoFix bug in string escape
David Vazquez [Thu, 20 Dec 2012 19:02:33 +0000 (19:02 +0000)]
Fix bug in string escape

11 years agoFormat strings
David Vazquez [Thu, 20 Dec 2012 18:51:22 +0000 (18:51 +0000)]
Format strings

11 years agoLispstrack compiles itself!
David Vazquez [Thu, 20 Dec 2012 18:43:19 +0000 (18:43 +0000)]
Lispstrack compiles itself!

11 years agodefparameter => defvar
David Vazquez [Thu, 20 Dec 2012 17:54:41 +0000 (17:54 +0000)]
defparameter => defvar

11 years agoerror is an expression now
David Vazquez [Thu, 20 Dec 2012 17:52:36 +0000 (17:52 +0000)]
error is an expression now

11 years agoMore progresses to bootstrap
David Vazquez [Thu, 20 Dec 2012 17:49:38 +0000 (17:49 +0000)]
More progresses to bootstrap

11 years agoSTRING-UPCASE
David Vazquez [Thu, 20 Dec 2012 17:39:56 +0000 (17:39 +0000)]
STRING-UPCASE

11 years agoCASE and ECASE
David Vazquez [Thu, 20 Dec 2012 17:38:33 +0000 (17:38 +0000)]
CASE and ECASE

11 years agoForward reference support
David Vazquez [Thu, 20 Dec 2012 17:30:42 +0000 (17:30 +0000)]
Forward reference support

11 years agoWHEN, UNLESS
David Vázquez [Tue, 18 Dec 2012 22:39:30 +0000 (23:39 +0100)]
WHEN, UNLESS

11 years agoERROR
David Vázquez [Tue, 18 Dec 2012 22:39:23 +0000 (23:39 +0100)]
ERROR

11 years agoeql to char=
David Vázquez [Tue, 18 Dec 2012 22:35:36 +0000 (23:35 +0100)]
eql to char=

11 years agoUse `false' like nil
David Vázquez [Tue, 18 Dec 2012 22:34:24 +0000 (23:34 +0100)]
Use `false' like nil

11 years agoFix character reader for input like #\)
David Vázquez [Tue, 18 Dec 2012 22:28:51 +0000 (23:28 +0100)]
Fix character reader for input like #\)

11 years agoRemove duplicated ls-compile definition
David Vázquez [Tue, 18 Dec 2012 22:25:14 +0000 (23:25 +0100)]
Remove duplicated ls-compile definition

11 years agoMore nested macros
David Vazquez [Tue, 18 Dec 2012 02:39:43 +0000 (02:39 +0000)]
More nested macros

11 years agoFix problem with recursive macros
David Vazquez [Tue, 18 Dec 2012 02:24:21 +0000 (02:24 +0000)]
Fix problem with recursive macros

11 years agoProgresses to bootstrap
David Vazquez [Tue, 18 Dec 2012 02:14:13 +0000 (02:14 +0000)]
Progresses to bootstrap

11 years agoOR
David Vazquez [Tue, 18 Dec 2012 01:47:52 +0000 (01:47 +0000)]
OR

11 years agoCharacter reader
David Vazquez [Tue, 18 Dec 2012 01:47:37 +0000 (01:47 +0000)]
Character reader

11 years agoincf, decf, length
David Vazquez [Tue, 18 Dec 2012 01:14:30 +0000 (01:14 +0000)]
incf, decf, length

11 years ago<
David Vazquez [Tue, 18 Dec 2012 01:14:26 +0000 (01:14 +0000)]
<

11 years agoRemove streams
David Vazquez [Tue, 18 Dec 2012 00:51:51 +0000 (00:51 +0000)]
Remove streams

11 years agointeger-to-string working
David Vazquez [Tue, 18 Dec 2012 00:48:32 +0000 (00:48 +0000)]
integer-to-string working

11 years agoFix nil translation
David Vazquez [Tue, 18 Dec 2012 00:48:23 +0000 (00:48 +0000)]
Fix nil translation

11 years agoRemove more unnecessary semicolons
David Vazquez [Tue, 18 Dec 2012 00:45:41 +0000 (00:45 +0000)]
Remove more unnecessary semicolons

11 years agoRemove unnecessary semicolons
David Vazquez [Tue, 18 Dec 2012 00:41:34 +0000 (00:41 +0000)]
Remove unnecessary semicolons

11 years agoDefine NIL and T properly as self-evaluated variables
David Vazquez [Mon, 17 Dec 2012 23:55:30 +0000 (23:55 +0000)]
Define NIL and T properly as self-evaluated variables

11 years agoAvoid redeclarate variable and functions
David Vazquez [Mon, 17 Dec 2012 19:11:12 +0000 (19:11 +0000)]
Avoid redeclarate variable and functions

11 years agoRemove unused code
David Vazquez [Mon, 17 Dec 2012 19:05:29 +0000 (19:05 +0000)]
Remove unused code

11 years agoNIL, T, TRUNCATE
David Vazquez [Mon, 17 Dec 2012 18:47:10 +0000 (18:47 +0000)]
NIL, T, TRUNCATE

11 years agoMOD, FLOOR
David Vazquez [Mon, 17 Dec 2012 18:46:59 +0000 (18:46 +0000)]
MOD, FLOOR

11 years agorename char-code to string
David Vazquez [Mon, 17 Dec 2012 18:39:30 +0000 (18:39 +0000)]
rename char-code to string

11 years agoRewrite *newline* without literal string
David Vazquez [Mon, 17 Dec 2012 18:38:58 +0000 (18:38 +0000)]
Rewrite *newline* without literal string

11 years agoRemove unnecessary reader macro
David Vazquez [Mon, 17 Dec 2012 18:38:17 +0000 (18:38 +0000)]
Remove unnecessary reader macro

11 years agoFix INTERN
David Vazquez [Mon, 17 Dec 2012 18:37:22 +0000 (18:37 +0000)]
Fix INTERN