]> git.mdlowis.com Git - proto/sclpl.git/shortlog
proto/sclpl.git
2014-06-23 Michael D.... checkpoint commit all-in-one
2014-06-23 Michael D.... Fixed stack reference in C99/pal.c
2014-05-09 Michael D.... Started to add a return stack rather than using the...
2014-05-09 Michael D.... fixed unmber parsing
2014-05-08 Michael D.... CP: half finished implementation of strtol for number...
2014-05-08 Michael D.... make words externally accessible
2014-05-07 Michael D.... Added build targets for 'extensions'. Moved some of...
2014-05-06 Michael D.... Broke dependency on stdlib for vmkernel (also broke...
2014-05-06 Michael D.... rearrange comments so real code is at the top. also...
2014-05-06 Michael D.... merged
2014-05-05 Michael D.... kernel code no longer depends on C standard lib
2014-05-05 Michael D.... Updated environments in build script. mingw no longer...
2014-05-05 Michael D.... Added 'platform abstraction layer' to abstract out...
2014-05-05 Michael D.... Added name attribute to new dictionary type
2014-05-01 Michael D.... Fixed invalid comment and deleted unused var
2014-05-01 Michael D.... Tweaked behavior of file I/O words and fixed a bug...
2014-05-01 Michael D.... Fixed compilation using the new parser/interpreter
2014-05-01 Michael D.... CP: Partially integrated new parser/compiler
2014-04-30 Michael D.... New parser is fully functional with the exception of...
2014-04-30 Michael D.... CP: Token reader is working started to work on token...
2014-04-30 Michael D.... CP: Parser rewrite. Builds but not functional yet.
2014-04-30 Michael D.... CP: Reworking parser with string and char literals...
2014-04-29 Michael D.... Added a typedef for dictionary definitions
2014-04-29 Michael D.... Switch flags field to be a union
2014-04-29 Michael D.... Switch flags field to be a union
2014-04-29 Michael D.... Switch flags field to be a union
2014-04-29 Michael D.... Added wish list comment to track possible features
2014-04-24 Michael D.... Added file I/O words that map C interfaces to words
2014-04-24 Michael D.... fixed if statements using index offsets instead of...
2014-04-23 Michael D.... checkpoint
2014-04-23 Michael D.... Added a typedef for values that should match the width...
2014-04-23 Michael D.... checkpoint commit
2014-04-23 Michael D.... Moved typedefs and defines to a header and removed...
2014-04-22 Michael D.... Working 'native' versions of if,else, and then
2014-04-22 Michael D.... CHECKPOINT: IF and THEN implementations
2014-04-21 Michael D.... Fixed updating of here value after comma execution
2014-04-21 Michael D.... codesize flag now tracks number of bytecodes in the...
2014-04-21 Michael D.... Refactored flags field to be a bitfield and to contain...
2014-04-21 Michael D.... BROKEN: attempting to implement a ret instruction inste...
2014-04-21 Michael D.... Clean-up, restructuring, and debugging of control word...
2014-04-12 Michael D.... Swapped logic on [ and ], flagged hidden and immediate...
2014-04-12 Michael D.... added moar comments.
2014-04-12 Michael D.... Added very minimal stack limit checking after execution...
2014-04-11 Michael D.... addeded memory and byte manipulation implementations
2014-04-11 Michael D.... Implemented getting and setting of words
2014-04-10 Michael D.... Fixed the user prompt so it behaves reasonably
2014-04-10 Michael D.... Added more built-in words and added first attempt at...
2014-04-10 Michael D.... Implemented basic (non-branching) colon definitions
2014-04-09 Michael D.... Fixed a bug in find that resulted in hidden words being...
2014-04-08 Michael D.... Checkpoint commit
2014-04-04 Michael D.... checkpoint
2014-04-03 Michael D.... Reorganized code for readability
2014-04-02 Michael D.... Implemented first crack at interpreter
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
next