summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* automated conversion of svn:ignore properties to .gitignore files on tags/col...colm-0.10.1Adrian Thurston2012-04-2813-0/+69
* tag of first releaseAdrian Thurston2011-05-180-0/+0
* Added back parser building rules, which were disabled since moving to automake.Adrian Thurston2011-05-181-14/+15
* Fixes for 64bit. The SIZEOF_LONG macro was not being included in a header thatAdrian Thurston2011-05-126-53/+70
* Fixes for the dists. refs #284.Adrian Thurston2011-05-114-5/+24
* Need some additional ignores. refs #284.Adrian Thurston2011-05-110-0/+0
* Started converting build to automake. refs #284.Adrian Thurston2011-05-117-6388/+294
* Commas gone from expression lists. Now consistent with constructors, patterns,Adrian Thurston2011-03-3038-186/+185
* Test cases use pattern-style parameters and declarations. refs #241.Adrian Thurston2011-03-2452-316/+314
* Function parameters and variable declarations are now all in pattern-style,Adrian Thurston2011-03-242-11/+12
* Added scoping for IF statements.Adrian Thurston2010-11-246-12/+55
* Added a node type for else blocks. This will simplify scopes for if statements.Adrian Thurston2010-11-234-21/+42
* Fix for for-block scoping.Adrian Thurston2010-11-231-6/+14
* Finally implemented expected scoping rules for while and for blocks. Need to doAdrian Thurston2010-11-233-22/+139
* Fix for str.atoi(). We don't have null terminated strings anymore. Proper fixAdrian Thurston2010-11-101-1/+6
* Added some missing headers.Adrian Thurston2010-07-141-1/+1
* Fixes to the install.Adrian Thurston2010-05-071-2/+5
* fsmrun2.h -> fsmrun.hAdrian Thurston2010-04-2712-129/+83
* bytecode2.h -> bytecode.hAdrian Thurston2010-04-278-480/+446
* Finished off the porting to C.Adrian Thurston2010-04-2719-176/+256
* down to just bytecode.cpp in CAdrian Thurston2010-04-246-151/+149
* more C portingAdrian Thurston2010-04-244-165/+214
* More C porting. Need some kind of print to C string to replace the print toAdrian Thurston2010-04-248-25/+28
* C porting, getting there.Adrian Thurston2010-04-248-640/+659
* more C portingAdrian Thurston2010-04-245-601/+611
* More C porting.Adrian Thurston2010-04-237-527/+568
* Ported the pdarun.cpp file. Adrian Thurston2010-04-238-187/+181
* C porting, did whole string directory.Adrian Thurston2010-04-224-9/+13
* more C portingAdrian Thurston2010-04-226-398/+352
* More C porting.Adrian Thurston2010-04-224-163/+144
* more C portingAdrian Thurston2010-04-218-289/+286
* More C porting. This is going to take a while.Adrian Thurston2010-04-2110-509/+554
* More C porting.Adrian Thurston2010-04-2010-168/+207
* More C porting.Adrian Thurston2010-04-1920-623/+598
* yet more C portingAdrian Thurston2010-04-196-48/+45
* More porting to C.Adrian Thurston2010-04-187-308/+269
* More C porting.Adrian Thurston2010-04-185-33/+34
* more C porting, still hacking away.Adrian Thurston2010-04-189-160/+154
* more C portingAdrian Thurston2010-04-184-42/+41
* more C portingAdrian Thurston2010-04-189-123/+164
* Some more C porting.Adrian Thurston2010-04-187-217/+225
* A bit more work on the C porting. Need to port CodeVect (RtVector).Adrian Thurston2010-04-186-88/+85
* No longer using RtVector for bidings. It is only for CodeVector now.Adrian Thurston2010-04-189-20/+51
* more stripping of RtVectorAdrian Thurston2010-04-172-295/+15
* Trimmed down RtVector (can do more of this). The CodeVect in the compiler isAdrian Thurston2010-04-176-390/+78
* More C porting.Adrian Thurston2010-04-178-79/+65
* more C porting: started on debug statement function.Adrian Thurston2010-04-179-20/+101
* Some more C porting. Will need to implemented debug statements next.Adrian Thurston2010-04-1712-127/+143
* More C portingAdrian Thurston2010-04-1714-390/+392
* More C porting.Adrian Thurston2010-04-1513-99/+126