]> git.mdlowis.com Git - proto/sclpl.git/shortlog
proto/sclpl.git
2014-04-02 Michael D.... implemented more builtin words including stdio and...
2014-04-01 Michael D.... Implemented arithmetic and bitwise operations as well...
2014-04-01 Mike D. Lowisadded some basic built-in words
2014-03-31 Michael D.... Add default wordlist for forth-style interpeter
2014-03-31 Michael D.... Merge branch 'all-in-one' of github.com:mikedlowis...
2014-03-31 Michael D.... Added buildfile to use with 'spade'
2014-02-06 Michael D.... switch to scheme based binaries
2014-01-29 Michael D.... Incorporated experimental code from dropbox
2014-01-29 Michael D.... checkpoint commit before merging prototype code from...
2013-10-11 Michael D.... Replace slas C code with Scheme code
2013-10-10 Mike D. Lowisadded file reading and writing infrastructure
2013-10-09 Michael D.... Added slas and slvm targets and commented out server...
2013-10-09 Michael D.... re-added -explicit-use option to csc compiler
2013-10-09 Michael D.... Added target for slpkg
2013-09-30 unknownMoved build artifacts to a separate build directory
2013-09-16 Mike D. LowisFinished working version of libsof and readsof
2013-09-11 Mike D. Lowisupdated scons file to use separate environments for...
2013-09-11 Mike D. LowisInitial commit of libsof
2013-08-22 Mike D. LowisUpdated test framework
2013-08-13 Mike D. LowisWhack the old C based lexer and parser in favor of...
2013-08-13 Mike D. Lowisremoved obsolete files
2013-08-13 Mike D. LowisCommit language reference outline as LyX doc
2013-08-13 Mike D. LowisType inference now working for recursive functions
2013-08-01 Mike D. LowisFirst crack at type inference complete
2013-07-15 Mike D. Lowisadded desugaring for begin blocks with expressions...
2013-07-11 Mike D. LowisScheme-based syntax compiler now functional (With limit...
2013-06-17 Mike D. LowisFunctioning REPL for core syntax
2013-06-14 Mike D. LowisFully functional scheme builders
2013-06-14 Mike D. LowisAdded Sconstruct file instead of premake
2013-03-29 Mike D. LowisImplemented Token Parsing
2013-03-24 Mike D. Lowiscommit new type constructors
2013-03-15 Mike D. LowisAdded common folder with tokens.h header for use by...
2013-03-15 Mike D. Lowiscreated parser main.c skeleton
2013-03-15 Mike D. Lowisreverted unwanted changes
2013-03-15 Mike D. Lowisupdated .gitignore file
2013-03-15 Mike D. LowisAdded example source and tokens file
2013-03-15 Mike D. LowisRemoved debug print statement from lexer
2013-03-09 Mike D. LowisImplemented proper hexadecimal syntax
2013-02-28 Mike D. LowisAdded comment handling to lexer
2013-02-27 Mike D. Lowisupdated new design using tok module
2013-02-26 Mike D. Lowisfinished number matching
2013-02-26 Mike D. Lowisadded punctuation and terminator rules
2013-02-25 Mike D. LowisImplemented machinery for working lexer
2013-02-24 Mike D. Lowisadd file management module
2013-02-22 Mike D. Lowisupdated parser to use garbage collector
2013-02-22 Mike D. Lowisupdated lexer to use garbage collector
2013-02-22 Mike D. Lowisinitial commit
2013-02-22 Mike D. Lowisupdated readme
2013-01-10 Mike LowisInitial commit