]> git.mdlowis.com Git - archive/dlang-scm.git/shortlog
archive/dlang-scm.git
2012-10-02 Mike LowisMerge pull request #18 from mikedlowis/charobj development
2012-10-02 Mike D. LowisUpdated buffer position data to be more accurate charobj
2012-09-30 Mike D. Lowisrefactored lexer
2012-09-28 Mike D. LowisRefactored lexer to cleanup the character matching
2012-09-28 Mike D. LowisRenamed charobj to chobj
2012-09-28 Mike D. LowisFixed all unit tests
2012-09-21 Mike D. LowisUpdated parse-utils to use charobjs instead of naked...
2012-09-21 Mike D. LowisRemoved unused file
2012-09-21 Mike D. LowisRemoved unnecessary files/folders
2012-08-15 Mike D. LowisChanged charport to return a stream of charobjs that...
2012-08-02 Mike LowisMerge pull request #16 from mikedlowis/func-def-syntax func-def-syntax
2012-08-02 Mike D. LowisAdded unit test to test new function definition syntax
2012-08-02 Mike D. LowisImplemented alternative function definition syntax...
2012-08-02 Mike LowisMerge pull request #15 from mikedlowis/location-metadata location-metadata
2012-08-02 Mike D. LowisAdded tests for location metadta in tokens
2012-08-01 Mike D. LowisAdded missed changes from previous commit.
2012-08-01 Mike D. LowisUpdated parse-utils to use and validate posdata
2012-08-01 Mike D. LowisUpdated token record to contain posdata
2012-08-01 Mike D. LowisAdded struct for encapsulating position data and added...
2012-08-01 Mike D. LowisAdded unit tests for charport initialize and charport...
2012-08-01 Mike D. Lowisupdated lexer to use char port instead of a standard...
2012-08-01 Mike D. LowisAdded port wrapper that holds file/string location...
2012-07-31 Mike LowisMerge pull request #13 from mikedlowis/test-parse-utils
2012-07-31 Mike D. LowisFinished tests for parse-utils test-parse-utils
2012-07-30 Mike D. LowisRefactord collector functions and added comments for...
2012-07-27 Mike D. Lowisadd tests for token-matches?
2012-07-27 Mike D. LowisAdded token=? function and more tests for existing...
2012-07-27 Mike D. LowisAdded tests for parse-utils
2012-07-26 Mike D. Lowisupdated lexer to use char port instead of a standard...
2012-07-25 Mike D. LowisAdded port wrapper that holds file/string location...
2012-07-25 Mike LowisMerge pull request #11 from mikedlowis/refactor-loops test-scheme-output
2012-07-25 Mike D. LowisPurge loop.scm from the codebase (no more evil imperati... refactor-loops
2012-07-25 Mike D. LowisAll occurrences of 'while' and other looping macros...
2012-07-24 Mike D. LowisUpdated README.md to reflect current dependencies
2012-07-24 Mike D. LowisMerge branch 'master' into development
2012-07-24 Mike D. LowisRemoved dependencies on extensions and changed default...
2012-07-23 Mike D. LowisFixed several bugs in the scheme translation layer
2012-07-23 Mike D. LowisFixed issue in makefile where the find command was...
2012-07-23 Mike D. LowisMain now parses the input file given, writes the scheme...
2012-07-23 Mike D. LowisAdded an AST to Scheme translation layer. We can now...
2012-07-20 Mike D. LowisRefactored lexer rule for string by adding a string...
2012-07-20 Mike D. LowisFix whitespace
2012-07-20 Mike D. LowisAdded code to main for parsing input from a file
2012-07-20 Mike D. LowisFinished tests for parser and fixed a bug in buf module...
2012-07-19 Mike D. LowisAdded tests for error conditions in parsing rules
2012-07-19 Mike D. LowisAdded tests for arg-list and fixed a bug in test-apply
2012-07-19 Mike D. LowisAdded macro for checking exceptions and switched all...
2012-07-19 Mike D. LowisAdded tests for dlang/core-form?
2012-07-18 Mike D. LowisAdded tests for core-form parsing function
2012-07-18 Mike D. LowisAdded test for infix operator application
2012-07-18 Mike D. LowisAdded tests for core forms and cleaned up some existing...
2012-07-17 Mike D. LowisAdded tests for parsing infix operator application
2012-07-17 Mike D. LowisAdded helper functions for comparing syntax trees and...
2012-07-16 Mike D. LowisAdded tests for expression and basic expression parsing...
2012-07-16 Mike D. LowisAdded blacklisted Id characters to a predicate function...
2012-07-14 Michael D.... Added tests for id-list
2012-07-13 Mike D. LowisUpdated README and delete Doxyfile master
2012-07-13 Mike D. LowisAdded some tests for the parser
2012-07-13 Michael D.... Tweaked EBNF grammar and implemented some more parser...
2012-07-12 Mike D. LowisTweaked comment block
2012-07-12 Mike D. LowisTweaked comment block
2012-07-12 Mike D. LowisAdded comment to parser describing the EBNF grammar...
2012-07-12 Mike D. LowisAdded vim script for generating and working with CTags...
2012-07-12 Mike D. LowisMoved compile options from include flags to the compile...
2012-07-12 Mike D. LowisRough draft of example source file
2012-07-12 Michael D.... Rough draft of dlang parser implemented. 0 unit tests...
2012-07-12 Michael D.... Added a constructor for the lexer and tests to prove...
2012-07-11 Mike D. LowisFinished unit tests for lexer
2012-07-11 Mike D. LowisRefactored id recognition function to use while loop
2012-07-11 Mike D. LowisFixed bug in while loop and added tests for tokenize...
2012-07-10 Mike D. LowisWhitespace changes only ( I'm OCD :-) )
2012-07-10 Mike D. LowisCheckpoint Commit. Added unit tests for numbers, whites...
2012-07-10 Michael D.... Added testes for exponent recognition
2012-07-10 Michael D.... Added tests for recognizing decimals
2012-07-10 Michael D.... Added more unit tests for lexer
2012-07-09 Mike D. LowisCheckpoint. Overrode error function for unit tests...
2012-07-09 Mike D. LowisTests must now return an explicit #t value to pass...
2012-07-09 Michael D.... Started work on dlang parser and finished number lexing...
2012-07-06 Michael D.... First crack at dlang lexer
2012-07-06 Michael D.... finished tests for buf.scm
2012-07-05 Michael D.... Deleted doxyfile
2012-07-05 Michael D.... Implemented unit tests for buf.scm
2012-07-05 Michael D.... Added unit testing capability and first unit test file
2012-07-04 Michael D.... Fixed bug in buf-fill
2012-07-04 Michael D.... First complete and untested version of buf checked in
2012-07-03 Mike D. Lowischeckpoint commit
2012-07-03 Mike D. LowisAdded basic support for unit test runner. Unit test...
2012-07-03 Mike D. LowisUpdated makefile to remove unnnecessary functions and...
2012-07-03 Mike D. LowisAdded tests source file
2012-07-03 Mike D. LowisRemoved c++ unit test framework
2012-07-03 Mike D. LowisInitial Commit