]> git.mdlowis.com Git - proto/sclpl.git/shortlog
proto/sclpl.git
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