]> git.mdlowis.com Git - proto/sclpl.git/shortlog
proto/sclpl.git
2014-10-21 Michael D.... Added hardcoded usage string
2014-10-21 Michael D.... Added command line option for specifying the entry...
2014-10-21 Michael D.... Added command line option for specifying the entry...
2014-10-21 Michael D.... updated todo list
2014-10-21 Michael D.... updated todo list
2014-10-21 Michael D.... Added usage printing to main
2014-10-21 Michael D.... Added task for summarizing code coverage for the test...
2014-10-21 Michael D.... Tweaked function call, string, and character code gener...
2014-10-17 Michael D.... Added spec for C code generator (still busted). Enabled...
2014-10-17 Michael D.... Fixed all pending specs
2014-10-17 Michael D.... Added support for string literals
2014-10-15 Michael D.... Fixed a memory leak
2014-10-15 Michael D.... fixed segfault on osx
2014-10-15 Michael D.... Finished first pass at code generation
2014-10-14 Michael D.... Implemented lambda lifting minus closure conversion
2014-10-14 Michael D.... implemented code generation for expressions
2014-10-13 Michael D.... fixed definition placeholder generation code
2014-10-13 Michael D.... Started adding code generation
2014-10-10 Michael D.... Finished first pass at test suite for grammar rules
2014-10-10 Michael D.... Added prettyprinting module
2014-10-09 Michael D.... Added parser spec
2014-10-08 Michael D.... Added test framework for sclpl compiler
2014-10-06 Michael D.... Added command line options to driver
2014-10-02 Michael D.... Set the token to null after freeing
2014-10-02 Michael D.... added some error handling
2014-10-01 Michael D.... Fixed tree-building algorithm and updated clang toolcha...
2014-09-30 Michael D.... Fixed bug in lexer when releasing tokens
2014-09-28 Michael D.... tweaked tree building mechanism
2014-09-26 Michael D.... Added leak detection
2014-09-26 Michael D.... Switch to reference counted allocations
2014-09-26 Michael D.... integrated lincds and fixed memory leaks
2014-09-26 Michael D.... Refactor code structure to have separate parser and...
2014-09-26 Michael D.... Added libcds and libopts to sclpl deps
2014-09-26 Michael D.... tweaked number handling
2014-09-25 Michael D.... Removed mpc based lexer and replaced with handwritten
2014-09-25 Michael D.... Started removing mpc
2014-09-24 Michael D.... Rename tokens to have T_ prefix
2014-09-24 Michael D.... removed usage of strdup
2014-09-24 Michael D.... Fixed the rakefile to always use clang
2014-09-24 Michael D.... Added several submodules for data structures, options...
2014-09-24 Michael D.... Removed unneccesary file
2014-09-24 Michael D.... merged local and remote changes
2014-09-24 Michael D.... Added build scripts
2014-09-24 Michael D.... fixed EOF handling
2014-09-23 Michael D.... integrated build-system module from github
2014-09-23 Michael D.... line endings changed
2014-09-19 Michael D.... Checkin new parser files
2014-08-19 Michael D.... Reworked parser and translation layer
2014-08-19 Michael D.... reworked grammar for nicer tags, broke it instead :(
2014-08-19 Michael D.... first crack at ast translation
2014-08-19 Michael D.... merge with upstream
2014-08-19 Michael D.... Tweaked rakefile
2014-08-19 Michael D.... Added sclpl binary target and rscons based rakefile
2014-07-16 Michael D.... Added driver rakefile for llvm section of build in...
2014-06-24 Michael D.... Fix LLVM build on windows and slvm build on all platforms
2014-06-24 Michael D.... switch to cmake for llvm
2014-06-24 Michael D.... Integrate llvm
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...
next