summaryrefslogtreecommitdiff
path: root/colm
Commit message (Expand)AuthorAgeFilesLines
* Working on grammars for type references and unique types. Need to finalllyAdrian Thurston2011-05-261-0/+32
* .cpp files to .ccAdrian Thurston2011-05-2625-13/+50
* Can now capture (declare) variables in construct and parse statements. Name:Adrian Thurston2011-05-203-12/+100
* Copyright dates were never really kept current. Many updates/fixes.Adrian Thurston2011-05-1856-56/+56
* 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-111-0/+10
* Started converting build to automake. refs #284.Adrian Thurston2011-05-112-163/+165
* Commas gone from expression lists. Now consistent with constructors, patterns,Adrian Thurston2011-03-301-4/+4
* Function parameters and variable declarations are now all in pattern-style,Adrian Thurston2011-03-241-10/+8
* Added scoping for IF statements.Adrian Thurston2010-11-243-12/+19
* 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