]> git.mdlowis.com Git - proto/sclpl.git/history
proto/sclpl.git
2015-01-09 Michael D. LowisChanged return type for tree_walk
2015-01-08 Michael D. LowisAdded tree walking functionality to the tree module
2014-11-18 Michael D. LowisMoved parser into a static lib
2014-11-15 Michael D. LowisUpdated libopts
2014-11-15 Michael D. Lowisrefactored to minimze amount of code in main.c
2014-11-15 Michael D. LowisMerge branch 'integrate-llvm' of github.com:mikedlowis...
2014-11-14 Michael D. LowisAdded port handling functions to runtime
2014-11-04 Michael D. LowisMerge branch 'integrate-llvm' of github.com:mikedlowis...
2014-11-04 Michael D. Lowissclpl can now find it's own damn header (when run with...
2014-11-04 Michael D. LowisUpdated build-system flags
2014-11-04 Michael D. LowisAdded a semi-complete method for finding the location...
2014-11-04 Michael D. Lowisupdated libopts version
2014-11-03 Michael D. LowisUpdated version of libopts and removed janky handling...
2014-11-03 Michael D. Lowisuse unix standard 'cc' for c compiler
2014-11-03 Michael D. LowisSwitched from trollop to optparse
2014-11-02 Michael D. LowisUpdated build-scripts
2014-11-01 Michael D. LowisUpdated build.rb to use CMake and Make builders for...
2014-10-31 Michael D. LowisAdd sources line to gemfile
2014-10-31 Michael D. LowisUpdated build-system to migrate away from rake
2014-10-31 Michael D. LowisUpdate libopts with function for printing options
2014-10-30 Michael D. LowisAdded location information to error messages
2014-10-30 Michael D. LowisAdded line and column data to tokens during lexical...
2014-10-29 Michael D. LowisBroke out parse tree structure and related functions...
2014-10-29 Michael D. LowisAdded type definitions and annotations to the grammar
2014-10-28 Michael D. LowisStarted adding specs for type definitions and annotations
2014-10-28 Michael D. LowisStarted adding specs for type definitions and annotations
2014-10-28 Michael D. LowisRename T_VAR to T_ID to better reflect it's usage
2014-10-28 Michael D. LowisRename T_VAR to T_ID to better reflect it's usage
2014-10-28 Michael D. LowisAdded some test for corner cases to improve code covera...
2014-10-28 Michael D. LowisAdded specs to test the CLI
2014-10-27 Michael D. LowisAdded first crack at runtime
2014-10-27 Michael D. LowisRemoved all unused source files
2014-10-25 Michael D. LowisUpdated build-system
2014-10-25 Michael D. LowisSwitch toolset to clang for CI
2014-10-25 Michael D. Lowismaybe fix the warnings
2014-10-25 Michael D. Lowisremoved explicit tasks from make invocation
2014-10-25 Michael D. Lowisadded spec to the default rake task
2014-10-24 Michael D. LowisAdded an option for enabling verbose status messages
2014-10-24 Michael D. LowisFixed failing codegen test
2014-10-23 Michael D. LowisImplemented object compilation mode
2014-10-22 Michael D. LowisBroke out extension choosing function
2014-10-22 Michael D. LowisStarted to clean up phase handling and target type...
2014-10-22 Michael D. LowisAdded compiler mode for compiling object files
2014-10-22 Michael D. LowisAdded stub functions for compiling and linking
2014-10-22 Michael D. LowisRemove generated source on failure
2014-10-22 Michael D. LowisFixed failing code generation test
2014-10-22 Michael D. LowisReworked codegenerator to generate to file or standard...
2014-10-21 Michael D. LowisFixed compiler warnings and turned on -Werror
2014-10-21 Michael D. LowisAdded hardcoded usage string
2014-10-21 Michael D. LowisAdded command line option for specifying the entry...
2014-10-21 Michael D. LowisAdded command line option for specifying the entry...
2014-10-21 Michael D. Lowisupdated todo list
2014-10-21 Michael D. Lowisupdated todo list
2014-10-21 Michael D. LowisAdded usage printing to main
2014-10-21 Michael D. LowisAdded task for summarizing code coverage for the test...
2014-10-21 Michael D. LowisTweaked function call, string, and character code gener...
2014-10-17 Michael D. LowisAdded spec for C code generator (still busted). Enabled...
2014-10-17 Michael D. LowisFixed all pending specs
2014-10-17 Michael D. LowisAdded support for string literals
2014-10-15 Michael D. LowisFixed a memory leak
2014-10-15 Michael D. Lowisfixed segfault on osx
2014-10-15 Michael D. LowisFinished first pass at code generation
2014-10-14 Michael D. LowisImplemented lambda lifting minus closure conversion
2014-10-14 Michael D. Lowisimplemented code generation for expressions
2014-10-13 Michael D. Lowisfixed definition placeholder generation code
2014-10-13 Michael D. LowisStarted adding code generation
2014-10-10 Michael D. LowisFinished first pass at test suite for grammar rules
2014-10-10 Michael D. LowisAdded prettyprinting module
2014-10-09 Michael D. LowisAdded parser spec
2014-10-08 Michael D. LowisAdded test framework for sclpl compiler
2014-10-06 Michael D. LowisAdded command line options to driver
2014-10-02 Michael D. LowisSet the token to null after freeing
2014-10-02 Michael D. Lowisadded some error handling
2014-10-01 Michael D. LowisFixed tree-building algorithm and updated clang toolcha...
2014-09-30 Michael D. LowisFixed bug in lexer when releasing tokens
2014-09-28 Michael D. Lowistweaked tree building mechanism
2014-09-26 Michael D. LowisAdded leak detection
2014-09-26 Michael D. LowisSwitch to reference counted allocations
2014-09-26 Michael D. Lowisintegrated lincds and fixed memory leaks
2014-09-26 Michael D. LowisRefactor code structure to have separate parser and...
2014-09-26 Michael D. LowisAdded libcds and libopts to sclpl deps
2014-09-26 Michael D. Lowistweaked number handling
2014-09-25 Michael D. LowisRemoved mpc based lexer and replaced with handwritten
2014-09-25 Michael D. LowisStarted removing mpc
2014-09-24 Michael D. LowisRename tokens to have T_ prefix
2014-09-24 Michael D. Lowisremoved usage of strdup
2014-09-24 Michael D. LowisFixed the rakefile to always use clang
2014-09-24 Michael D. LowisAdded several submodules for data structures, options...
2014-09-24 Michael D. LowisRemoved unneccesary file
2014-09-24 Michael D. Lowismerged local and remote changes
2014-09-24 Michael D. LowisAdded build scripts
2014-09-24 Michael D. Lowisfixed EOF handling
2014-09-23 Michael D. Lowisintegrated build-system module from github
2014-09-23 Michael D. Lowisline endings changed
2014-09-19 Michael D. LowisCheckin new parser files
2014-08-19 Michael D. LowisReworked parser and translation layer
2014-08-19 Michael D. Lowisreworked grammar for nicer tags, broke it instead :(
2014-08-19 Michael D. Lowisfirst crack at ast translation
2014-08-19 Michael D. Lowismerge with upstream
2014-08-19 Michael D. LowisTweaked rakefile
next