]> git.mdlowis.com Git - archive/dlang-scm.git/shortlog
archive/dlang-scm.git
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. 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