| antlr:/lib/ |
jump to detailed chart | hide Line History
ConstraintSort: path | last-commit | first-commit Sub Directories |
Changelog
3846
by martin on
26 June 2007, 02:42:22 -0500
(10 months ago)
- fixed various bugs related to token & rule labels, matching sets, strings, etc. - more tests!
./Ruby/test/antlr.rb
3846
./Ruby/test/testLexer.rb
3846
./Ruby/test/testParser.rb
3846
./Ruby/test/testTokenLabel.rb
3846
3843
by martin on
23 June 2007, 03:13:50 -0500
(10 months ago)
- fixed calculator example - hidden channel is identified by :hidden symbol
./Ruby/samples/calculator/Calculator.g
3843
./Ruby/samples/calculator/calculator.rb
3843
./Ruby/test/testLexer.rb
3843
./Ruby/test/testSyntacticPredicateEvaluation.rb
3843
3842
by martin on
23 June 2007, 02:41:13 -0500
(10 months ago)
implemented parameters & return values
./Ruby/test/antlr.rb
3842
./Ruby/test/testAll.rb
3842
./Ruby/test/testLexer.rb
3842
./Ruby/test/testParams.rb
3842
./Ruby/test/testParser.rb
3842
3830
by martin on
19 June 2007, 02:05:23 -0500
(10 months ago)
-fixed warning -improved test debugging
./Ruby/test/antlr.rb
3830
./Ruby/test/testSemanticPredicateEvaluation.rb
3830
3738
by parrt on
10 May 2007, 16:20:45 -0500
(12 months ago)
move ObjC to runtime
./ObjC/Framework/ANTLR.h
3738
./ObjC/Framework/ANTLR.xcodeproj/project.pbxproj
3738
./ObjC/Framework/ANTLRBaseRecognizer.h
3738
./ObjC/Framework/ANTLRBaseRecognizer.m
3738
./ObjC/Framework/ANTLRBitSet.h
3738
3711
by michael on
05 May 2007, 21:33:15 -0500
(12 months ago)
REORG: Moved C# target to new home in the 'runtime' dir
./CSharp/README.TXT
3711
./CSharp/bin/net-1.1/Antlr3.Runtime.dll
3711
./CSharp/bin/net-1.1/Antlr3.Utility.dll
3711
./CSharp/bin/net-1.1/StringTemplate.dll
3711
./CSharp/bin/net-1.1/antlr.runtime.dll
3711
3708
by jimi on
05 May 2007, 20:05:20 -0500
(12 months ago)
Transport the C runtime for ANTLR to the new directory structure Rename/Move: //depot/code/antlr/main/lib/C/AUTHORS To: //depot/code/antlr/main/runtime/C/AUTHORS Rename/Move: //depot/code/antlr/main/l…
./C/AUTHORS
3708
./C/C.vcproj
3708
./C/C.vcproj.vspscc
3708
./C/C.vssscc
3708
3707
by jimi on
05 May 2007, 19:38:06 -0500
(12 months ago)
Here irt is, the spanking clean new distribution.
./C/dist/libantlr3c-3.0.0-rc8.tar.gz
3707
3706
by jimi on
05 May 2007, 19:36:44 -0500
(12 months ago)
Delete ancient C distribution, which was at least 3 hours old, and instal the brand new squeaky clean and spanky version.
3703
by pink on
05 May 2007, 17:16:22 -0500
(12 months ago)
Moved Python runtime to its new home.
./Python/Makefile
3703
./Python/Makefile.common
3703
./Python/README
3703
./Python/TODO
3703
./Python/antlr3/Makefile
3703
3700
by pink on
05 May 2007, 16:39:13 -0500
(12 months ago)
Python target: updated templates and some cleanups of the tree runtime.
./Python/Makefile
3700
./Python/Makefile.common
3700
./Python/TODO
3700
./Python/antlr3/Makefile
3700
./Python/antlr3/tokens.py
3700
3697
by jimi on
05 May 2007, 12:14:30 -0500
(12 months ago)
More fixes for warnings in AST codegen
./C/include/antlr3exception.h
3697
3695
by jimi on
05 May 2007, 01:04:21 -0500
(12 months ago)
Add new distribution for C runtime source code.
./C/dist/libantlr3c-3.0.0-rc8.tar.gz
3695
3694
by jimi on
05 May 2007, 00:57:08 -0500
(12 months ago)
Add new rewrite streams to configure script
./C/Makefile.am
3694
3693
by jimi on
05 May 2007, 00:56:38 -0500
(12 months ago)
Fix up warnings and types for gcc compilation
./C/include/antlr3collections.h
3693
./C/include/antlr3rewritestreams.h
3693
./C/src/antlr3rewritestreams.c
3693
3687
by jimi on
04 May 2007, 20:19:45 -0500
(12 months ago)
Bug fixes for tree to string, new AST rewrite streams, template catch ups.
./C/include/antlr3.h
3687
./C/include/antlr3defs.h
3687
./C/include/antlr3interfaces.h
3687
./C/include/antlr3rewritestreams.h
3687
./C/src/antlr3baserecognizer.c
3687
3678
by jimi on
03 May 2007, 14:41:55 -0500
(12 months ago)
Reimplement tree rewriting in C target language as per new Java version based on rewrite streams. This is stage one which is just to get het new runtime compiling and the templates semmingly up to dat…
./C/C.vcproj
3678
./C/C.vcproj.vspscc
3678
./C/include/antlr3interfaces.h
3678
./C/include/antlr3rewritestreams.h
3678
./C/src/antlr3rewritestreams.c
3678
3675
by parrt on
01 May 2007, 18:08:57 -0500
(12 months ago)
ok, now I have his libs correctly in depot
./CSharp/README.TXT
3675
./CSharp/bin/net-1.1/Antlr3.Runtime.dll
3675
./CSharp/bin/net-1.1/Antlr3.Utility.dll
3675
./CSharp/bin/net-1.1/StringTemplate.dll
3675
./CSharp/bin/net-1.1/antlr.runtime.dll
3675
3674
by parrt on
01 May 2007, 18:07:37 -0500
(12 months ago)
ack; everything is in wrong spot!
./CSharp/Antlr3.Runtime/bin/net-1.1/Antlr3.Runtime.dll
3674
./CSharp/Antlr3.Runtime/bin/net-1.1/Antlr3.Utility.dll
3674
./CSharp/Antlr3.Runtime/bin/net-1.1/StringTemplate.dll
3674
./CSharp/Antlr3.Runtime/bin/net-1.1/antlr.runtime.dll
3674
./CSharp/Antlr3.Runtime/bin/net-2.0/Antlr3.Runtime.dll
3674
3673
by parrt on
01 May 2007, 18:05:35 -0500
(12 months ago)
oh, more libs
./CSharp/Antlr3.Runtime/bin/net-1.1/Antlr3.Utility.dll
3673
./CSharp/Antlr3.Runtime/bin/net-1.1/StringTemplate.dll
3673
./CSharp/Antlr3.Runtime/bin/net-1.1/antlr.runtime.dll
3673
./CSharp/Antlr3.Runtime/bin/net-2.0/Antlr3.Utility.dll
3673
./CSharp/Antlr3.Runtime/bin/net-2.0/StringTemplate.dll
3673
3672
by parrt on
01 May 2007, 18:05:02 -0500
(12 months ago)
updates from Kunle
3671
by parrt on
01 May 2007, 18:02:08 -0500
(12 months ago)
add binaries
./CSharp/Antlr3.Runtime/bin/net-1.1/Antlr3.Runtime.dll
3671
./CSharp/Antlr3.Runtime/bin/net-2.0/Antlr3.Runtime.dll
3671
3667
by parrt on
30 April 2007, 19:27:17 -0500
(12 months ago)
doing a rename
./csharp/bin/net-1.1/Antlr3.Runtime.dll
3667
./csharp/bin/net-1.1/StringTemplate.dll
3667
./csharp/bin/net-1.1/antlr.runtime.dll
3667
./csharp/bin/net-2.0/Antlr3.Runtime.dll
3667
./csharp/bin/net-2.0/StringTemplate.dll
3667
3657
by jimi on
30 April 2007, 15:54:16 -0500
(12 months ago)
Remove debug error output
./C/src/antlr3collections.c
3657
3656
by jimi on
30 April 2007, 15:51:58 -0500
(12 months ago)
Fix bit index fixed base for trie elements with key diff bit > 7
./C/src/antlr3collections.c
3656
3655
by jimi on
29 April 2007, 20:04:16 -0500
(12 months ago)
Correct new trie masking code typos
./C/src/antlr3collections.c
3655
3654
by jimi on
29 April 2007, 19:33:54 -0500
(12 months ago)
o Implement lexer rule change as per changelist 3508 o Remove spurious warnings from inline input code o Ensure bitsets are always 64 bit even in 32 bit mode
./C/include/antlr3bitset.h
3654
./C/include/antlr3defs.h
3654
./C/include/antlr3lexer.h
3654
./C/src/antlr3baserecognizer.c
3654
./C/src/antlr3bitset.c
3654
3652
by jimi on
29 April 2007, 18:43:52 -0500
(12 months ago)
Prevent creation of INT trie with wrong depth.
./C/C.vcproj
3652
./C/C.vcproj.vspscc
3652
./C/src/antlr3baserecognizer.c
3652
|