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