]> git.mdlowis.com Git - proto/sclpl.git/shortlog
proto/sclpl.git
2015-10-13 Michael D.... Implemented basic value definitions
2015-10-12 Mike D. Lowisimplemented grammar rule for sclpl
2015-10-12 Michael D.... Parser now recognizes variable references and literals
2015-10-10 Michael D.... Delete errant file
2015-10-10 Michael D.... Comment out unused specs temporarily
2015-10-10 Michael D.... flattened source directory structure
2015-10-10 Michael D.... added garbage collector
2015-10-10 Michael D.... removed vector references from libparse
2015-10-10 Michael D.... Deleted unused code
2015-10-09 Mike D. LowisCheckpoint commit
2015-10-06 Mike D. LowisStarted reworking the grammar to use an item stack...
2015-10-06 Mike D. LowisLexer tests are now passing
2015-10-06 Michael D.... Almost finished reworking lexer
2015-10-05 Mike D. LowisStarted rework of lexer and parser
2015-10-02 Mike D. LowisRenamed grammar and lexer functions integrate-llvm
2015-10-02 Mike D. LowisRefactored libparse to use a single header and removed...
2015-10-02 Mike D. LowisRefeactored the sclpl parsing library
2015-09-10 Mike D. LowisDeleted unused scheme sources
2015-09-10 Michael D.... Delete unused files
2015-01-09 Michael D.... Changed return type for tree_walk
2015-01-08 Michael D.... Added tree walking functionality to the tree module
2014-11-18 Michael D.... Moved parser into a static lib
2014-11-15 Michael D.... Updated libopts
2014-11-15 Michael D.... refactored to minimze amount of code in main.c
2014-11-15 Michael D.... Merge branch 'integrate-llvm' of github.com:mikedlowis...
2014-11-14 Michael D.... Added port handling functions to runtime
2014-11-04 Michael D.... Merge branch 'integrate-llvm' of github.com:mikedlowis...
2014-11-04 Michael D.... sclpl can now find it's own damn header (when run with...
2014-11-04 Michael D.... Updated build-system flags
2014-11-04 Michael D.... Added a semi-complete method for finding the location...
2014-11-04 Michael D.... updated libopts version
2014-11-03 Michael D.... Updated version of libopts and removed janky handling...
2014-11-03 Michael D.... use unix standard 'cc' for c compiler
2014-11-03 Michael D.... Switched from trollop to optparse
2014-11-02 Michael D.... Updated build-scripts
2014-11-01 Michael D.... Updated build.rb to use CMake and Make builders for...
2014-10-31 Michael D.... Add sources line to gemfile
2014-10-31 Michael D.... Updated build-system to migrate away from rake
2014-10-31 Michael D.... Update libopts with function for printing options
2014-10-30 Michael D.... Added location information to error messages
2014-10-30 Michael D.... Added line and column data to tokens during lexical...
2014-10-29 Michael D.... Broke out parse tree structure and related functions...
2014-10-29 Michael D.... Added type definitions and annotations to the grammar
2014-10-28 Michael D.... Started adding specs for type definitions and annotations
2014-10-28 Michael D.... Started adding specs for type definitions and annotations
2014-10-28 Michael D.... Rename T_VAR to T_ID to better reflect it's usage
2014-10-28 Michael D.... Rename T_VAR to T_ID to better reflect it's usage
2014-10-28 Michael D.... Added some test for corner cases to improve code covera...
2014-10-28 Michael D.... Added specs to test the CLI
2014-10-27 Michael D.... Added first crack at runtime
2014-10-27 Michael D.... Removed all unused source files
2014-10-25 Michael D.... Updated build-system
2014-10-25 Michael D.... Switch toolset to clang for CI
2014-10-25 Michael D.... maybe fix the warnings
2014-10-25 Michael D.... removed explicit tasks from make invocation
2014-10-25 Michael D.... added spec to the default rake task
2014-10-24 Michael D.... Added an option for enabling verbose status messages
2014-10-24 Michael D.... Fixed failing codegen test
2014-10-23 Michael D.... Implemented object compilation mode
2014-10-22 Michael D.... Broke out extension choosing function
2014-10-22 Michael D.... Started to clean up phase handling and target type...
2014-10-22 Michael D.... Added compiler mode for compiling object files
2014-10-22 Michael D.... Added stub functions for compiling and linking
2014-10-22 Michael D.... Remove generated source on failure
2014-10-22 Michael D.... Fixed failing code generation test
2014-10-22 Michael D.... Reworked codegenerator to generate to file or standard...
2014-10-21 Michael D.... Fixed compiler warnings and turned on -Werror
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
next