[congress] congress 5.0.0 (ocata)
We jubilantly announce the release of: congress 5.0.0: Congress: The open policy framework for the cloud. This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/congress/ For more details, please see below. 5.0.0 ^^^^^ New Features ************ * Added Aodh datasource driver to poll alarms data from aodh service * Builtins like plus, times, lt now have the namespace 'builtin'. For example, instead of writing 'plus(x,y,z)' you now write 'builtin:plus(x,y,z)' * Congress now supports multi-node deployment where different components (policy engine, API server, and datasource drivers) may be deployed in separate processes on separate hosts. See deployment documentation for more information. Known Issues ************ * Ceilometer driver experiences error when retrieving the list of alarms. The impact is that the some ceilometer data may not be updated in Congress. We are currently working with the ceilometer team to find a resolution. Expect a resolution in the next minor release. * The specialized policy engine for VM placement (previously released as experimental) is not available in this release. Expect it to be available again in a future release. Upgrade Notes ************* * Policies using the bare version of builtins, such as 'plus(x,y,z)' should be modified to include the 'builtin' namespace, such as 'builtin:plus(x,y,z)'. * Added a new database table policiesdeleted to hold soft-deleted policies. table:policies column:name type changed from Text() to String(255) to support uniqueness constraint. Necessary migration scripts are included in congress/db/migration/. Migration aborts without effect if any existing policy name is longer than 255. Deprecation Notes ***************** * Ceilometer driver alarms table is now deprecated. Instead, the alarms table in Aodh driver should be used. * Builtins without the 'builtin' namespace are now deprecated. They will be supported in the near term, but all policies should be modified to include the 'builtin:' prefix on all builtins. For example, use 'builtin:plus(x,y,z)' instead of 'plus(x,y,z)'. Bug Fixes ********* * Ceilometer driver alarms issue resolved. When Aodh is available, alarms work as expected. When Aodh is unavailable, empty alarms list is reported. Changes in congress 4.0.0.0rc1..5.0.0 ------------------------------------- d635bad Exclude atomic rule from dependency graph 34a9e5f fix delete-missing-driver-datasources function 03eb199 Update UPPER_CONSTRAINTS_FILE for stable/ocata eff5618 Update .gitreview for stable/ocata f7c240e Supress ceilometer event list error 3cb2c27 Supress alarm_list error while polling cfecb03 Add tables contributed by atomic rules 03c9ddd Do not init data on subscribe for unresponsive service e66b38e Update and add haht rule test cases for locking 76a638d Updated from global requirements cb6e61b Update standalone installation section cdfb121 Remove antlr3 files except Python runtime e2ac57c Add heat and aodh plugins to sample local.conf aa35bb7 Updated from global requirements 8efcaaf Add aodhclient to requirements.txt 29763ff Added link to modindex 708a87f Fix exception to display driver_name 902df86 Updated from global requirements 25ded83 update the log level to debug in datasource_synchronizer 329e28e Update doc to list Aodh as supported datasource driver 5d5a4c7 Update LOG message in get_status 7f2db5c Fix typo in README.rst a5f6a89 Fixes congress.conf.sample file generation 52efca0 Lock table and sync rule before each rule insert 418e607 specify webob Response charset e1f9420 Updated from global requirements b4b8a80 Set up pre-defined policy rules automatically in devstack install 1d3f4bf Refactor datasource synchronizer dc134c4 Updated from global requirements a0008f8 Fix check that policy-names are valid IDs in the grammar 681ad6f Correct default to Default in auth params 6baf69a Refactor policy synchronizer 9c72402 Replaces uuid.uuid4 with uuidutils.generate_uuid() 9c7571d Adds output_policy_command.py in scripts directory bc0c346 Add namespace 'builtin' for builtins 3701119 Updated from global requirements 5beae4b Allow subscription before data service exists 11cbf43 Updated from global requirements 033eb7d Display id column in PolicRule data in horizon e000cbf List subscribers for a particular service 0095c8a Fix typo in alembic.ini f0a3e92 Remove outdated changes 32ab7c7 Add get_item call in datasource_model f9c04f3 Updated from global requirements 9943221 Fix cinder driver all_tenant typo 3bdcb7d Support v3 auth in congress-dashboard e922aa0 Updated from global requirements 3b6af92 Add tempest tests for aodh driver eedbbd0 Show team and repo badges on README de09086 fix instruction of endpoint creation 39bed5c wait after killing polling thread e4f5c72 Fix a typo 5262be2 start datasource drivers before policy engine 00d745c Correct reraising of exception 0b9a41a Remove if-statements for checking dse or dse2 c4d486b Fix Doctor datasource description c4ef12c gate-issue: Update tests to use fake clients 946dd78 Updated from global requirements 22ce339 Route datasource add/delete request to datasource node e5be652 Increase timeout for unittest a34e3e7 GateIssue:Remove KEYSTONE_CATALOG_BACKEND var 9e2603f Add Aodh datasource driver f4a7bdc Add network address builtins to datalog 10be926 Suppress ceilometer_driver aodh error 602a157 Minor change in HA test c92f6b8 Updated from global requirements a5d3842 Do not check in-mem dupe in persistent_create_policy d4d662b Move and rename datalog builtin file and test e88a875 Gate-Issue: Fix datasource sync period 1b956eb Sync-datasources only on datasource nodes 0c84e05 Updated from global requirements 0a9c9e7 Minor updates of docs in datasource creation section 5b7c9cd prevent duplicate policy names using constraint 8691341 remove useless ds-add recovery code aadc5f8 Updated from global requirements 2a6393b Updated from global requirements 2dd4dfb local HA tests 3d47f4b tempest HAHT wait for sync 9402a87 Use upper constraints for all jobs in tox.ini fe0ae72 Updated from global requirements 4e23304 Updated from global requirements 383c73d Newer release notes are not traceable 6bc5d46 Update .coveragerc after the removal of openstack directory fbdb96c Updated from global requirements dfb83c9 Updated from global requirements cb8fdb9 Updated from global requirements 46620ea Set HTTPProxyTOWSGI middleware in front of congress. 854d2d8 HeartBeat packet includes subscribed_table info 7045779 Enable release notes translation c01c830 Critical newton fix: Use new db session for table locking 05af885 Updated from global requirements bcd73c4 Update haht docs 4dace5c Update release notes for Newton release ea9e8b8 Disable subtransactions in table locking transaction 33e1bfb Remove unnecessary test_noop.py and tests2 directory 9fc040e Updated from global requirements 380dcae Specify text-length for MySQL only 126f425 Add missing whitespaces to a few messages a0f1c1a Disallow duplicated policy name in DB dcd440d Fix rule sync for head-only rules b342dc5 Updated from global requirements 0b78ba8 Using assertIsNotNone() instead of assertNotEqual(None) 2015240 Updated from global requirements e0224e3 Updated from global requirements ce667cd Trivial: Replace 'assertTrue(a not in b)' with 'assertNotIn(a, b)' 674d6d6 Fixes to synchronize_policies 433bdac Use keystone session in keystone_driver 7f4c6bd Remove the traceback added by oslo-messaging RPC f40fd1b Default to single process in devstack e20b166 Remove outdated changes in docs f66eb9a Some updations in congress docs 83ee990 Mark distributed_architecture config as DEPRECATED 0ee6514 Make policy rule requests gives 404 (not 400) when policy not found aeb5d6f Check DB only to detect duplicate DS name on add 8fd5ca3 Updated from global requirements c09d640 Updated from global requirements cf68b45 Add support to use pdb with tox 9b9e2ba Modified to use Identity v2.0 2fc31eb Add __ne__ built-in function fbcd42e Remove old dse reference in code 7c3db80 Update reno for stable/newton f795bd3 Fix error: option --no-parallel not recognized 3785f81 control_bus service has only 1 heartbeat thread eb23680 delete python bytecode including pyo before every test run b96e50e Stop using config option sqlite_db 178cef7 Devstack to support CONGRESS_REPLICATED flag Diffstat (except docs and test files) ------------------------------------- .coveragerc | 2 +- .gitreview | 1 + Makefile | 10 +- README.rst | 181 +- bindep.txt | 14 + congress/api/api_utils.py | 2 +- congress/api/base.py | 8 +- congress/api/datasource_model.py | 37 +- congress/api/error_codes.py | 2 +- congress/api/policy_model.py | 18 +- congress/api/row_model.py | 4 +- congress/api/rule_model.py | 8 +- congress/api/system/driver_model.py | 5 - congress/api/versions.py | 6 +- congress/api/webservice.py | 61 +- congress/common/config.py | 39 +- congress/datalog/README-Congress.g.txt | 11 + congress/datalog/base.py | 16 +- congress/datalog/builtin.py | 412 ++ congress/datalog/builtin/__init__.py | 0 congress/datalog/builtin/congressbuiltin.py | 348 -- congress/datalog/compile.py | 44 +- congress/datalog/database.py | 12 + congress/datalog/factset.py | 4 +- congress/datalog/materialized.py | 3 + congress/datalog/topdown.py | 12 +- congress/datalog/unify.py | 6 +- congress/datalog/utility.py | 6 + congress/datasources/aodh_driver.py | 115 + congress/datasources/ceilometer_driver.py | 39 +- congress/datasources/cinder_driver.py | 4 +- congress/datasources/datasource_driver.py | 13 +- congress/datasources/datasource_utils.py | 4 +- congress/datasources/doctor_driver.py | 6 +- congress/datasources/keystone_driver.py | 6 +- congress/db/api.py | 75 +- congress/db/datasources.py | 11 +- congress/db/db_ds_table_data.py | 2 +- congress/db/db_policy_rules.py | 65 +- congress/db/migration/alembic.ini | 2 +- ...01e78af70b91_add_datasource_data_persistence.py | 9 +- .../versions/aabe895bbd4d_poliy_name_uniqueness.py | 116 + congress/dse/README.rst | 128 - congress/dse/__init__.py | 0 congress/dse/amqprouter.py | 152 - congress/dse/d6cage.py | 419 -- congress/dse/d6message.py | 56 - congress/dse/dataobj.py | 127 - congress/dse/deepsix.py | 573 -- congress/dse2/control_bus.py | 9 +- congress/dse2/data_service.py | 59 +- congress/dse2/datasource_manager.py | 134 + congress/dse2/deepsix2.py | 36 - congress/dse2/dse_node.py | 229 +- congress/exception.py | 5 + congress/harness.py | 83 +- congress/opts.py | 2 +- congress/policy_engines/agnostic.py | 452 +- congress/server/congress_server.py | 13 + congress/synchronizer/__init__.py | 0 congress/synchronizer/datasource_synchronizer.py | 137 + congress/synchronizer/policy_rule_synchronizer.py | 297 + .../policy_engines/test_agnostic_performance.py | 3 +- congress_dashboard/api/congress.py | 26 +- congress_dashboard/policies/rules/tables.py | 1 + .../scenario/congress_datasources/test_aodh.py | 99 + .../scenario/congress_datasources/test_cinder.py | 40 +- .../congress_datasources/test_keystonev2.py | 2 +- devstack/plugin.sh | 54 +- devstack/settings | 8 + etc/api-paste.ini | 10 +- .../add_aodh_datasource-e0e3891a73f391d4.yaml | 3 + .../ceilometer_alarms_fix-142b13092a779a5f.yaml | 8 + .../notes/haht-replicated-pe-affb7dcf83effd68.yaml | 12 +- .../namespaced-builtins-5e742106e90015bc.yaml | 19 + .../notes/newton-other-notes-c885979502f3f540.yaml | 14 + ...name_unique_db_constraint-22d658e4b17e0388.yaml | 8 + releasenotes/source/conf.py | 3 + releasenotes/source/index.rst | 1 + releasenotes/source/newton.rst | 6 + requirements.txt | 39 +- scripts/preload-policies/output_policy_command.py | 90 + scripts/preload-policies/policy-rules.json.sample | 23 + setup.cfg | 8 + test-requirements.txt | 15 +- thirdparty/antlr-3.5-complete.jar | Bin 2443703 -> 0 bytes thirdparty/antlr3-antlr-3.5/.gitignore | 10 - thirdparty/antlr3-antlr-3.5/BUILD.txt | 6 - thirdparty/antlr3-antlr-3.5/CHANGES.txt | 3564 +++++++++++ thirdparty/antlr3-antlr-3.5/LICENSE.txt | 26 + .../antlr-ant/main/antlr3-task/Readme.txt | 61 - .../org/apache/tools/ant/antlr/ANTLR3.java | 776 --- .../org/apache/tools/ant/antlr/antlib.xml | 7 - .../antlr-ant/main/antlr3-task/antlr3-task.doc | Bin 67584 -> 0 bytes .../antlr-ant/main/antlr3-task/antlr3-task.htm | 1957 ------ .../antlr-ant/main/antlr3-task/antlr3.jar | Bin 9220 -> 0 bytes .../main/antlr3-task/composite-java_build.zip | Bin 3440 -> 0 bytes .../main/antlr3-task/composite-netbeans.zip | Bin 10353 -> 0 bytes .../antlr-ant/main/antlr3-task/d2u.zip | Bin 5229 -> 0 bytes .../main/antlr3-task/polydiff-netbeans.zip | Bin 25868 -> 0 bytes .../antlr-ant/main/antlr3-task/polydiff_build.zip | Bin 3497 -> 0 bytes .../main/antlr3-task/simplecTreeParser.zip | Bin 3742 -> 0 bytes .../antlr3-antlr-3.5/antlr-complete/antlr.config | 0 thirdparty/antlr3-antlr-3.5/antlr-complete/pom.xml | 144 - thirdparty/antlr3-antlr-3.5/antlr.config | 0 .../antlr3-maven-archetype/antlr.config | 0 .../antlr3-maven-archetype/pom.xml | 50 - .../META-INF/maven/archetype-metadata.xml | 25 - .../main/resources/META-INF/maven/archetype.xml | 15 - .../src/main/resources/archetype-resources/pom.xml | 182 - .../archetype-resources/src/main/antlr3/TLexer.g | 80 - .../archetype-resources/src/main/antlr3/TParser.g | 74 - .../archetype-resources/src/main/antlr3/TTree.g | 49 - .../src/main/antlr3/imports/Ruleb.g | 11 - .../src/main/java/AbstractTLexer.java | 55 - .../src/main/java/AbstractTParser.java | 64 - .../archetype-resources/src/main/java/Main.java | 250 - .../antlr3-maven-plugin/antlr.config | 0 .../antlr3-antlr-3.5/antlr3-maven-plugin/pom.xml | 234 - .../java/org/antlr/mojo/antlr3/Antlr3ErrorLog.java | 90 - .../java/org/antlr/mojo/antlr3/Antlr3Mojo.java | 501 -- .../src/site/apt/examples/import.apt | 8 - .../src/site/apt/examples/libraries.apt | 46 - .../src/site/apt/examples/simple.apt | 40 - .../antlr3-maven-plugin/src/site/apt/faq.apt.vm | 1 - .../antlr3-maven-plugin/src/site/apt/index.apt | 62 - .../antlr3-maven-plugin/src/site/apt/usage.apt.vm | 59 - .../antlr3-maven-plugin/src/site/site.xml | 35 - thirdparty/antlr3-antlr-3.5/contributors.txt | 56 - .../gunit-maven-plugin/antlr.config | 0 .../antlr3-antlr-3.5/gunit-maven-plugin/pom.xml | 144 - .../org/antlr/mojo/antlr3/GUnitExecuteMojo.java | 397 -- thirdparty/antlr3-antlr-3.5/gunit/CHANGES.txt | 127 - thirdparty/antlr3-antlr-3.5/gunit/LICENSE.txt | 26 - thirdparty/antlr3-antlr-3.5/gunit/README.txt | 56 - thirdparty/antlr3-antlr-3.5/gunit/antlr.config | 0 thirdparty/antlr3-antlr-3.5/gunit/pom.xml | 82 - .../gunit/src/main/antlr3/org/antlr/gunit/gUnit.g | 352 -- .../org/antlr/gunit/swingui/parsers/ANTLRv3.g | 619 -- .../org/antlr/gunit/swingui/parsers/StGUnit.g | 213 - .../main/java/org/antlr/gunit/AbstractTest.java | 86 - .../src/main/java/org/antlr/gunit/BooleanTest.java | 63 - .../src/main/java/org/antlr/gunit/GrammarInfo.java | 105 - .../src/main/java/org/antlr/gunit/ITestCase.java | 63 - .../src/main/java/org/antlr/gunit/ITestSuite.java | 45 - .../src/main/java/org/antlr/gunit/Interp.java | 113 - .../org/antlr/gunit/InvalidInputException.java | 34 - .../main/java/org/antlr/gunit/JUnitCodeGen.java | 407 -- .../src/main/java/org/antlr/gunit/OutputTest.java | 67 - .../src/main/java/org/antlr/gunit/ReturnTest.java | 69 - .../main/java/org/antlr/gunit/gUnitBaseTest.java | 475 -- .../main/java/org/antlr/gunit/gUnitExecutor.java | 655 -- .../main/java/org/antlr/gunit/gUnitTestInput.java | 46 - .../main/java/org/antlr/gunit/gUnitTestResult.java | 77 - .../main/java/org/antlr/gunit/gUnitTestSuite.java | 80 - .../antlr/gunit/swingui/AbstractInputEditor.java | 51 - .../java/org/antlr/gunit/swingui/IController.java | 35 - .../java/org/antlr/gunit/swingui/ImageFactory.java | 83 - .../antlr/gunit/swingui/RuleListController.java | 160 - .../org/antlr/gunit/swingui/RunnerController.java | 240 - .../antlr/gunit/swingui/StatusBarController.java | 93 - .../gunit/swingui/TestCaseEditController.java | 633 -- .../main/java/org/antlr/gunit/swingui/Tool.java | 61 - .../antlr/gunit/swingui/WorkSpaceController.java | 288 - .../org/antlr/gunit/swingui/WorkSpaceView.java | 103 - .../antlr/gunit/swingui/model/ITestCaseInput.java | 34 - .../antlr/gunit/swingui/model/ITestCaseOutput.java | 42 - .../java/org/antlr/gunit/swingui/model/Rule.java | 71 - .../org/antlr/gunit/swingui/model/TestCase.java | 75 - .../gunit/swingui/model/TestCaseInputFile.java | 62 - .../swingui/model/TestCaseInputMultiString.java | 57 - .../gunit/swingui/model/TestCaseInputString.java | 59 - .../gunit/swingui/model/TestCaseOutputAST.java | 57 - .../gunit/swingui/model/TestCaseOutputResult.java | 63 - .../gunit/swingui/model/TestCaseOutputReturn.java | 49 - .../gunit/swingui/model/TestCaseOutputStdOut.java | 53 - .../org/antlr/gunit/swingui/model/TestSuite.java | 100 - .../gunit/swingui/model/TestSuiteFactory.java | 209 - .../gunit/swingui/runner/NotifiedTestExecuter.java | 73 - .../antlr/gunit/swingui/runner/ParserLoader.java | 124 - .../gunit/swingui/runner/TestSuiteAdapter.java | 104 - .../antlr/gunit/swingui/runner/gUnitAdapter.java | 80 - .../resources/org/antlr/gunit/gUnitTestResult.stg | 49 - .../src/main/resources/org/antlr/gunit/junit.stg | 85 - .../resources/org/antlr/gunit/swingui/gunit.stg | 19 - .../org/antlr/gunit/swingui/images/accept.png | Bin 1516 -> 0 bytes .../org/antlr/gunit/swingui/images/add.png | Bin 1510 -> 0 bytes .../org/antlr/gunit/swingui/images/addfile24.png | Bin 1653 -> 0 bytes .../org/antlr/gunit/swingui/images/delete24.png | Bin 1468 -> 0 bytes .../org/antlr/gunit/swingui/images/edit16.png | Bin 775 -> 0 bytes .../org/antlr/gunit/swingui/images/favb16.png | Bin 842 -> 0 bytes .../org/antlr/gunit/swingui/images/favb24.png | Bin 1417 -> 0 bytes .../org/antlr/gunit/swingui/images/file16.png | Bin 831 -> 0 bytes .../antlr/gunit/swingui/images/filesearch24.png | Bin 1653 -> 0 bytes .../org/antlr/gunit/swingui/images/floppy24.png | Bin 1586 -> 0 bytes .../org/antlr/gunit/swingui/images/folder24.png | Bin 1345 -> 0 bytes .../org/antlr/gunit/swingui/images/help24.png | Bin 1471 -> 0 bytes .../org/antlr/gunit/swingui/images/next24.png | Bin 1507 -> 0 bytes .../org/antlr/gunit/swingui/images/redo24.png | Bin 1305 -> 0 bytes .../org/antlr/gunit/swingui/images/refresh24.png | Bin 1546 -> 0 bytes .../org/antlr/gunit/swingui/images/runfail.png | Bin 869 -> 0 bytes .../org/antlr/gunit/swingui/images/runpass.png | Bin 904 -> 0 bytes .../org/antlr/gunit/swingui/images/saveas24.png | Bin 1622 -> 0 bytes .../org/antlr/gunit/swingui/images/testgroup.png | Bin 808 -> 0 bytes .../org/antlr/gunit/swingui/images/testgroupx.png | Bin 777 -> 0 bytes .../org/antlr/gunit/swingui/images/textfile16.png | Bin 859 -> 0 bytes .../org/antlr/gunit/swingui/images/textfile24.png | Bin 1493 -> 0 bytes .../org/antlr/gunit/swingui/images/undo24.png | Bin 1323 -> 0 bytes .../org/antlr/gunit/swingui/images/windowb16.png | Bin 948 -> 0 bytes .../src/test/java/org/antlr/gunit/GunitTest.java | 38 - thirdparty/antlr3-antlr-3.5/pom.xml | 295 - .../antlr3-antlr-3.5/runtime/ActionScript/AUTHORS | 1 - .../antlr3-antlr-3.5/runtime/ActionScript/LICENSE | 26 - .../antlr3-antlr-3.5/runtime/ActionScript/README | 66 - .../runtime/ActionScript/lib/antlr3.swc | Bin 81236 -> 0 bytes .../ActionScript/project/.actionScriptProperties | 26 - .../ActionScript/project/.flexLibProperties | 58 - .../runtime/ActionScript/project/README.txt | 14 - .../runtime/ActionScript/project/build.xml | 84 - .../ActionScript/project/lib/FlexAntTasks.jar | Bin 557873 -> 0 bytes .../ActionScript/project/lib/FlexUnitOptional.swc | Bin 5063 -> 0 bytes .../runtime/ActionScript/project/lib/flexunit.swc | Bin 467648 -> 0 bytes .../src/org/antlr/runtime/ANTLRFileStream.as | 36 - .../src/org/antlr/runtime/ANTLRStringStream.as | 212 - .../src/org/antlr/runtime/BaseRecognizer.as | 813 --- .../project/src/org/antlr/runtime/BitSet.as | 267 - .../project/src/org/antlr/runtime/CharStream.as | 57 - .../src/org/antlr/runtime/CharStreamConstants.as | 7 - .../src/org/antlr/runtime/CharStreamState.as | 47 - .../project/src/org/antlr/runtime/CommonToken.as | 183 - .../src/org/antlr/runtime/CommonTokenStream.as | 371 -- .../project/src/org/antlr/runtime/DFA.as | 225 - .../src/org/antlr/runtime/EarlyExitException.as | 39 - .../org/antlr/runtime/FailedPredicateException.as | 49 - .../project/src/org/antlr/runtime/IntStream.as | 122 - .../project/src/org/antlr/runtime/Lexer.as | 323 - .../org/antlr/runtime/MismatchedNotSetException.as | 38 - .../org/antlr/runtime/MismatchedRangeException.as | 44 - .../org/antlr/runtime/MismatchedSetException.as | 42 - .../org/antlr/runtime/MismatchedTokenException.as | 45 - .../antlr/runtime/MismatchedTreeNodeException.as | 16 - .../src/org/antlr/runtime/MissingTokenException.as | 28 - .../src/org/antlr/runtime/NoViableAltException.as | 56 - .../project/src/org/antlr/runtime/Parser.as | 104 - .../src/org/antlr/runtime/ParserRuleReturnScope.as | 55 - .../src/org/antlr/runtime/RecognitionException.as | 183 - .../src/org/antlr/runtime/RecognizerSharedState.as | 93 - .../src/org/antlr/runtime/RuleReturnScope.as | 13 - .../project/src/org/antlr/runtime/Token.as | 64 - .../src/org/antlr/runtime/TokenConstants.as | 35 - .../src/org/antlr/runtime/TokenRewriteStream.as | 509 -- .../project/src/org/antlr/runtime/TokenSource.as | 55 - .../project/src/org/antlr/runtime/TokenStream.as | 70 - .../org/antlr/runtime/UnwantedTokenException.as | 25 - .../project/src/org/antlr/runtime/tree/BaseTree.as | 357 -- .../src/org/antlr/runtime/tree/BaseTreeAdaptor.as | 313 - .../src/org/antlr/runtime/tree/CommonErrorNode.as | 84 - .../src/org/antlr/runtime/tree/CommonTree.as | 166 - .../org/antlr/runtime/tree/CommonTreeAdaptor.as | 172 - .../org/antlr/runtime/tree/CommonTreeNodeStream.as | 438 -- .../runtime/tree/RewriteCardinalityException.as | 49 - .../runtime/tree/RewriteEarlyExitException.as | 38 - .../runtime/tree/RewriteEmptyStreamException.as | 37 - .../antlr/runtime/tree/RewriteRuleElementStream.as | 200 - .../antlr/runtime/tree/RewriteRuleNodeStream.as | 27 - .../antlr/runtime/tree/RewriteRuleSubtreeStream.as | 67 - .../antlr/runtime/tree/RewriteRuleTokenStream.as | 60 - .../project/src/org/antlr/runtime/tree/Tree.as | 96 - .../src/org/antlr/runtime/tree/TreeAdaptor.as | 253 - .../src/org/antlr/runtime/tree/TreeConstants.as | 8 - .../src/org/antlr/runtime/tree/TreeNodeStream.as | 102 - .../src/org/antlr/runtime/tree/TreeParser.as | 159 - .../org/antlr/runtime/tree/TreeRuleReturnScope.as | 66 - .../project/src/org/antlr/runtime/version.as | 3 - .../ActionScript/project/test/Antlr3Test.mxml | 33 - .../test/org/antlr/runtime/test/AllTests.as | 14 - .../antlr/runtime/test/TestANTLRStringStream.as | 131 - .../test/org/antlr/runtime/test/TestBitSet.as | 30 - .../project/test/org/antlr/runtime/test/TestDFA.as | 29 - thirdparty/antlr3-antlr-3.5/runtime/C/AUTHORS | 41 - thirdparty/antlr3-antlr-3.5/runtime/C/C.sln | 53 - thirdparty/antlr3-antlr-3.5/runtime/C/C.vcproj | 1043 ---- .../antlr3-antlr-3.5/runtime/C/C.vcproj.vspscc | 14 - thirdparty/antlr3-antlr-3.5/runtime/C/C.vssscc | 10 - thirdparty/antlr3-antlr-3.5/runtime/C/COPYING | 29 - thirdparty/antlr3-antlr-3.5/runtime/C/ChangeLog | 550 -- thirdparty/antlr3-antlr-3.5/runtime/C/Cvs2005.sln | 53 - .../antlr3-antlr-3.5/runtime/C/Cvs2005.vcproj | 1067 ---- thirdparty/antlr3-antlr-3.5/runtime/C/INSTALL | 365 -- thirdparty/antlr3-antlr-3.5/runtime/C/Makefile.am | 78 - thirdparty/antlr3-antlr-3.5/runtime/C/NEWS | 2 - thirdparty/antlr3-antlr-3.5/runtime/C/README | 1924 ------ thirdparty/antlr3-antlr-3.5/runtime/C/configure.ac | 217 - .../C/dist/libantlr3c-3.1.4-SNAPSHOT.tar.gz | Bin 512278 -> 0 bytes .../C/dist/libantlr3c-3.3.1-SNAPSHOT.tar.gz | Bin 544102 -> 0 bytes .../runtime/C/dist/libantlr3c-3.4-beta3.tar.gz | Bin 546133 -> 0 bytes thirdparty/antlr3-antlr-3.5/runtime/C/doxyfile | 1659 ----- .../runtime/C/doxygen/atsections.dox | 143 - .../antlr3-antlr-3.5/runtime/C/doxygen/build.dox | 207 - .../runtime/C/doxygen/buildrec.dox | 269 - .../runtime/C/doxygen/changes31.dox | 56 - .../runtime/C/doxygen/doxygengroups.dox | 243 - .../runtime/C/doxygen/generate.dox | 57 - .../antlr3-antlr-3.5/runtime/C/doxygen/interop.dox | 327 - .../runtime/C/doxygen/knownissues.dox | 3 - .../runtime/C/doxygen/mainpage.dox | 104 - .../antlr3-antlr-3.5/runtime/C/doxygen/runtime.dox | 35 - .../antlr3-antlr-3.5/runtime/C/doxygen/using.dox | 62 - .../antlr3-antlr-3.5/runtime/C/include/antlr3.h | 56 - .../runtime/C/include/antlr3baserecognizer.h | 371 -- .../runtime/C/include/antlr3basetree.h | 143 - .../runtime/C/include/antlr3basetreeadaptor.h | 152 - .../runtime/C/include/antlr3bitset.h | 119 - .../runtime/C/include/antlr3collections.h | 513 -- .../runtime/C/include/antlr3commontoken.h | 367 -- .../runtime/C/include/antlr3commontree.h | 167 - .../runtime/C/include/antlr3commontreeadaptor.h | 70 - .../runtime/C/include/antlr3commontreenodestream.h | 336 - .../runtime/C/include/antlr3convertutf.h | 176 - .../runtime/C/include/antlr3cyclicdfa.h | 97 - .../runtime/C/include/antlr3debugeventlistener.h | 398 -- .../runtime/C/include/antlr3defs.h | 632 -- .../runtime/C/include/antlr3encodings.h | 38 - .../runtime/C/include/antlr3errors.h | 53 - .../runtime/C/include/antlr3exception.h | 218 - .../runtime/C/include/antlr3filestream.h | 50 - .../runtime/C/include/antlr3input.h | 281 - .../runtime/C/include/antlr3interfaces.h | 239 - .../runtime/C/include/antlr3intstream.h | 205 - .../runtime/C/include/antlr3lexer.h | 193 - .../runtime/C/include/antlr3memory.h | 36 - .../runtime/C/include/antlr3parser.h | 93 - .../runtime/C/include/antlr3parsetree.h | 85 - .../C/include/antlr3recognizersharedstate.h | 218 - .../runtime/C/include/antlr3rewritestreams.h | 180 - .../runtime/C/include/antlr3string.h | 272 - .../runtime/C/include/antlr3tokenstream.h | 303 - .../runtime/C/include/antlr3treeparser.h | 81 - thirdparty/antlr3-antlr-3.5/runtime/C/m4/dummy | 1 - .../runtime/C/src/antlr3baserecognizer.c | 2235 ------- .../runtime/C/src/antlr3basetree.c | 489 -- .../runtime/C/src/antlr3basetreeadaptor.c | 909 --- .../antlr3-antlr-3.5/runtime/C/src/antlr3bitset.c | 681 -- .../runtime/C/src/antlr3collections.c | 2741 -------- .../runtime/C/src/antlr3commontoken.c | 586 -- .../runtime/C/src/antlr3commontree.c | 547 -- .../runtime/C/src/antlr3commontreeadaptor.c | 496 -- .../runtime/C/src/antlr3commontreenodestream.c | 968 --- .../runtime/C/src/antlr3convertutf.c | 532 -- .../runtime/C/src/antlr3cyclicdfa.c | 204 - .../runtime/C/src/antlr3debughandlers.c | 1047 ---- .../runtime/C/src/antlr3encodings.c | 50 - .../runtime/C/src/antlr3exception.c | 190 - .../runtime/C/src/antlr3filestream.c | 474 -- .../runtime/C/src/antlr3inputstream.c | 2050 ------ .../runtime/C/src/antlr3intstream.c | 66 - .../antlr3-antlr-3.5/runtime/C/src/antlr3lexer.c | 904 --- .../antlr3-antlr-3.5/runtime/C/src/antlr3parser.c | 193 - .../runtime/C/src/antlr3rewritestreams.c | 844 --- .../antlr3-antlr-3.5/runtime/C/src/antlr3string.c | 1402 ----- .../runtime/C/src/antlr3tokenstream.c | 1091 ---- .../runtime/C/src/antlr3treeparser.c | 255 - .../runtime/C/vsrulefiles/antlr3lexer.rules | 199 - .../C/vsrulefiles/antlr3lexerandparser.rules | 201 - .../runtime/C/vsrulefiles/antlr3parser.rules | 201 - .../runtime/C/vsrulefiles/antlr3treeparser.rules | 201 - .../runtime/CSharp2/API CHANGES.TXT | 47 - .../runtime/CSharp2/Cutting a new release.txt | 43 - .../antlr3-antlr-3.5/runtime/CSharp2/LICENSE.TXT | 30 - .../CSharp2/Libraries/MbUnit/MbUnit.Framework.dll | Bin 487424 -> 0 bytes .../Libraries/MbUnit/MbUnit.MSBuild.Tasks.dll | Bin 9216 -> 0 bytes .../CSharp2/Libraries/MbUnit/MbUnit.Tasks.dll | Bin 20480 -> 0 bytes .../Libraries/MbUnit/QuickGraph.Algorithms.dll | Bin 180224 -> 0 bytes .../CSharp2/Libraries/MbUnit/QuickGraph.dll | Bin 126976 -> 0 bytes .../StringTemplate.NET/net-2.0/StringTemplate.dll | Bin 155648 -> 0 bytes .../StringTemplate.NET/net-2.0/antlr.runtime.dll | Bin 114688 -> 0 bytes .../antlr3-antlr-3.5/runtime/CSharp2/NOTICE.TXT | 35 - .../antlr3-antlr-3.5/runtime/CSharp2/README.TXT | 103 - .../CSharp2/Sources/Antlr3.Runtime (VS2005).sln | 41 - .../CSharp2/Sources/Antlr3.Runtime (VS2008).sln | 41 - .../Antlr3.Runtime.Tests/ANTLRxxxxStreamFixture.cs | 423 -- .../Antlr3.Runtime.Tests (VS2005).csproj | 66 - .../Antlr3.Runtime.Tests (VS2008).csproj | 70 - .../Sources/Antlr3.Runtime.Tests/ITreeFixture.cs | 456 -- .../Antlr3.Runtime.Tests/ITreeNodeStreamFixture.cs | 660 -- .../Properties/AssemblyInfo.cs | 69 - .../RewriteRuleXxxxStreamFixture.cs | 392 -- .../Sources/Antlr3.Runtime.Tests/TestDriver.cs | 64 - .../Antlr3.Runtime.Tests/TestFixtureBase.cs | 44 - .../Antlr.Runtime.Collections/HashList.cs | 501 -- .../Antlr.Runtime.Collections/StackList.cs | 77 - .../Antlr.Runtime.Debug/BlankDebugEventListener.cs | 130 - .../Antlr.Runtime.Debug/DebugEventHub.cs | 299 - .../DebugEventListenerConstants.cs | 46 - .../Antlr.Runtime.Debug/DebugEventRepeater.cs | 161 - .../Antlr.Runtime.Debug/DebugEventSocketProxy.cs | 393 -- .../Antlr.Runtime.Debug/DebugParser.cs | 115 - .../Antlr.Runtime.Debug/DebugTokenStream.cs | 177 - .../Antlr.Runtime.Debug/DebugTreeAdaptor.cs | 257 - .../Antlr.Runtime.Debug/DebugTreeNodeStream.cs | 183 - .../Antlr.Runtime.Debug/DebugTreeParser.cs | 124 - .../Antlr.Runtime.Debug/IDebugEventListener.cs | 385 -- .../Antlr.Runtime.Debug/ParseTreeBuilder.cs | 124 - .../Antlr3.Runtime/Antlr.Runtime.Debug/Profiler.cs | 733 --- .../RemoteDebugEventSocketListener.cs | 588 -- .../Antlr.Runtime.Debug/TraceDebugEventListener.cs | 119 - .../Antlr3.Runtime/Antlr.Runtime.Debug/Tracer.cs | 87 - .../Antlr.Runtime.JavaExtensions/Check.cs | 169 - .../DictionaryExtensions.cs | 128 - .../EnumerableExtensions.cs | 286 - .../ExceptionExtensions.cs | 89 - .../Antlr.Runtime.JavaExtensions/IOExtensions.cs | 94 - .../Antlr.Runtime.JavaExtensions/JSystem.cs | 89 - .../LexerExtensions.cs | 42 - .../StringExtensions.cs | 156 - .../StringTokenizer.cs | 87 - .../Antlr.Runtime.Misc/DoubleKeyMap.cs | 75 - .../Antlr.Runtime.Misc/ErrorManager.cs | 101 - .../Antlr3.Runtime/Antlr.Runtime.Misc/FastQueue.cs | 129 - .../Antlr.Runtime.Misc/LookaheadStream.cs | 197 - .../Antlr3.Runtime/Antlr.Runtime.Misc/Stats.cs | 128 - .../Antlr3.Runtime/Antlr.Runtime.Tree/BaseTree.cs | 445 -- .../Antlr.Runtime.Tree/BaseTreeAdaptor.cs | 317 - .../Antlr.Runtime.Tree/BufferedTreeNodeStream.cs | 557 -- .../Antlr.Runtime.Tree/CommonErrorNode.cs | 116 - .../Antlr.Runtime.Tree/CommonTree.cs | 227 - .../Antlr.Runtime.Tree/CommonTreeAdaptor.cs | 218 - .../Antlr.Runtime.Tree/CommonTreeNodeStream.cs | 220 - .../Antlr.Runtime.Tree/DotTreeGenerator.cs | 216 - .../Antlr3.Runtime/Antlr.Runtime.Tree/ITree.cs | 161 - .../Antlr.Runtime.Tree/ITreeAdaptor.cs | 326 - .../Antlr.Runtime.Tree/ITreeNodeStream.cs | 137 - .../Antlr.Runtime.Tree/ITreeVisitorAction.cs | 88 - .../Antlr3.Runtime/Antlr.Runtime.Tree/ParseTree.cs | 141 - .../RewriteCardinalityException.cs | 87 - .../RewriteEarlyExitException.cs | 64 - .../RewriteEmptyStreamException.cs | 64 - .../Antlr.Runtime.Tree/RewriteRuleElementStream.cs | 230 - .../Antlr.Runtime.Tree/RewriteRuleNodeStream.cs | 79 - .../Antlr.Runtime.Tree/RewriteRuleSubtreeStream.cs | 91 - .../Antlr.Runtime.Tree/RewriteRuleTokenStream.cs | 94 - .../Antlr.Runtime.Tree/TreeConstants.cs | 39 - .../Antlr.Runtime.Tree/TreeFilter.cs | 144 - .../Antlr.Runtime.Tree/TreeIterator.cs | 152 - .../Antlr.Runtime.Tree/TreeParser.cs | 188 - .../Antlr.Runtime.Tree/TreePatternLexer.cs | 139 - .../Antlr.Runtime.Tree/TreePatternParser.cs | 156 - .../Antlr.Runtime.Tree/TreeRewriter.cs | 113 - .../Antlr.Runtime.Tree/TreeRuleReturnScope.cs | 61 - .../Antlr.Runtime.Tree/TreeVisitor.cs | 81 - .../Antlr.Runtime.Tree/TreeWizard.cs | 659 -- .../Antlr.Runtime/ANTLRFileStream.cs | 150 - .../Antlr.Runtime/ANTLRInputStream.cs | 71 - .../Antlr.Runtime/ANTLRReaderStream.cs | 81 - .../Antlr.Runtime/ANTLRStringStream.cs | 285 - .../Antlr3.Runtime/Antlr.Runtime/BaseRecognizer.cs | 1046 ---- .../Sources/Antlr3.Runtime/Antlr.Runtime/BitSet.cs | 319 - .../Antlr.Runtime/BufferedTokenStream.cs | 372 -- .../Antlr.Runtime/CharStreamConstants.cs | 39 - .../Antlr.Runtime/CharStreamState.cs | 57 - .../Antlr3.Runtime/Antlr.Runtime/ClassicToken.cs | 174 - .../Antlr3.Runtime/Antlr.Runtime/CommonToken.cs | 220 - .../Antlr.Runtime/CommonTokenStream.cs | 165 - .../Antlr3.Runtime/Antlr.Runtime/Constants.cs | 51 - .../Sources/Antlr3.Runtime/Antlr.Runtime/DFA.cs | 266 - .../Antlr.Runtime/EarlyExitException.cs | 92 - .../Antlr.Runtime/FailedPredicateException.cs | 114 - .../Antlr.Runtime/GrammarRuleAttribute.cs | 52 - .../Antlr3.Runtime/Antlr.Runtime/ICharStream.cs | 68 - .../Antlr3.Runtime/Antlr.Runtime/IIntStream.cs | 160 - .../Sources/Antlr3.Runtime/Antlr.Runtime/IToken.cs | 95 - .../Antlr3.Runtime/Antlr.Runtime/ITokenSource.cs | 72 - .../Antlr3.Runtime/Antlr.Runtime/ITokenStream.cs | 91 - .../Antlr.Runtime/ITokenStreamInformation.cs | 43 - .../Antlr.Runtime/LegacyCommonTokenStream.cs | 453 -- .../Sources/Antlr3.Runtime/Antlr.Runtime/Lexer.cs | 355 -- .../Antlr.Runtime/MismatchedNotSetException.cs | 71 - .../Antlr.Runtime/MismatchedRangeException.cs | 107 - .../Antlr.Runtime/MismatchedSetException.cs | 95 - .../Antlr.Runtime/MismatchedTokenException.cs | 134 - .../Antlr.Runtime/MismatchedTreeNodeException.cs | 96 - .../Antlr.Runtime/MissingTokenException.cs | 98 - .../Antlr.Runtime/NoViableAltException.cs | 129 - .../Sources/Antlr3.Runtime/Antlr.Runtime/Parser.cs | 115 - .../Antlr.Runtime/ParserRuleReturnScope.cs | 83 - .../Antlr.Runtime/RecognitionException.cs | 330 - .../Antlr.Runtime/RecognizerSharedState.cs | 182 - .../Antlr.Runtime/RuleReturnScope.cs | 53 - .../Antlr3.Runtime/Antlr.Runtime/TokenConstants.cs | 97 - .../Antlr.Runtime/TokenRewriteStream.cs | 615 -- .../Antlr.Runtime/UnbufferedTokenStream.cs | 104 - .../Antlr.Runtime/UnwantedTokenException.cs | 94 - .../Antlr3.Runtime/Antlr3.Runtime (VS2005).csproj | 174 - .../Antlr3.Runtime/Antlr3.Runtime (VS2008).csproj | 191 - .../CSharp2/Sources/Antlr3.Runtime/AssemblyInfo.cs | 111 - .../Sources/Antlr3.Runtime/Messages.Designer.cs | 63 - .../CSharp2/Sources/Antlr3.Runtime/Messages.resx | 101 - .../CSharp2/Sources/Antlr3.Runtime/default.build | 132 - .../Antlr.Utility.Tree/DOTTreeGenerator.cs | 199 - .../Antlr3.Utility/Antlr3.Utility (VS2005).csproj | 70 - .../Antlr3.Utility/Antlr3.Utility (VS2008).csproj | 76 - .../CSharp2/Sources/Antlr3.Utility/AssemblyInfo.cs | 108 - .../CSharp2/Sources/Antlr3.Utility/default.build | 78 - .../runtime/CSharp2/Sources/Antlr3_KeyPair.snk | Bin 596 -> 0 bytes .../runtime/CSharp2/Sources/Antlr3_PublicKey.snk | Bin 160 -> 0 bytes .../runtime/CSharp2/all.antlr3.runtime.net.build | 329 - .../runtime/CSharp2/antlr3.runtime.net.common.inc | 62 - .../runtime/CSharp2/dist/DOT-NET-runtime-3.1.3.zip | Bin 219401 -> 0 bytes .../antlr3-antlr-3.5/runtime/CSharp2/doxyfile | 264 - .../Antlr3.Runtime.Debug.csproj | 77 - .../Antlr3.Runtime.Debug.csproj.vspscc | 10 - .../BlankDebugEventListener.cs | 165 - .../Sources/Antlr3.Runtime.Debug/DebugEventHub.cs | 366 -- .../DebugEventListenerConstants.cs | 46 - .../Antlr3.Runtime.Debug/DebugEventRepeater.cs | 196 - .../Antlr3.Runtime.Debug/DebugEventSocketProxy.cs | 445 -- .../Sources/Antlr3.Runtime.Debug/DebugParser.cs | 129 - .../Antlr3.Runtime.Debug/DebugTokenStream.cs | 212 - .../Antlr3.Runtime.Debug/DebugTreeAdaptor.cs | 329 - .../Antlr3.Runtime.Debug/DebugTreeNodeStream.cs | 216 - .../Antlr3.Runtime.Debug/DebugTreeParser.cs | 137 - .../JavaExtensions/ExceptionExtensions.cs | 51 - .../Antlr3.Runtime.Debug/Misc/DoubleKeyMap`3.cs | 86 - .../Sources/Antlr3.Runtime.Debug/Misc/Stats.cs | 131 - .../Antlr3.Runtime.Debug/ParseTreeBuilder.cs | 139 - .../Sources/Antlr3.Runtime.Debug/ParserDebugger.cs | 49 - .../Sources/Antlr3.Runtime.Debug/Profiler.cs | 797 --- .../Properties/AssemblyInfo.cs | 70 - .../RemoteDebugEventSocketListener.cs | 744 --- .../TraceDebugEventListener.cs | 135 - .../CSharp3/Sources/Antlr3.Runtime.Debug/Tracer.cs | 85 - .../Antlr3.Runtime.JavaExtensions.csproj | 91 - .../Antlr3.Runtime.JavaExtensions.csproj.vspscc | 10 - .../DictionaryExtensions.cs | 135 - .../ExceptionExtensions.cs | 100 - .../Antlr3.Runtime.JavaExtensions/IOExtensions.cs | 90 - .../Antlr3.Runtime.JavaExtensions/JSystem.cs | 87 - .../LexerExtensions.cs | 42 - .../ListExtensions.cs | 237 - .../ObjectExtensions.cs | 123 - .../Properties/AssemblyInfo.cs | 70 - .../Antlr3.Runtime.JavaExtensions/SetExtensions.cs | 89 - .../StackExtensions.cs | 84 - .../StringBuilderExtensions.cs | 75 - .../StringExtensions.cs | 151 - .../StringTokenizer.cs | 87 - .../Antlr3.Runtime.JavaExtensions/SubList.cs | 423 -- .../TreeExtensions.cs | 53 - .../TypeExtensions.cs | 102 - .../Antlr3.Runtime.Test/Antlr3.Runtime.Test.csproj | 215 - .../Antlr3.Runtime.Test.csproj.vspscc | 10 - .../BuildOptions/DebugGrammar.g3 | 103 - .../BuildOptions/DebugGrammarLexer.cs | 693 --- .../BuildOptions/DebugGrammarLexerHelper.cs | 32 - .../BuildOptions/DebugGrammarParser.cs | 1556 ----- .../BuildOptions/DebugGrammarParserHelper.cs | 43 - .../BuildOptions/DebugTreeGrammar.cs | 845 --- .../BuildOptions/DebugTreeGrammar.g3 | 90 - .../BuildOptions/DebugTreeGrammarHelper.cs | 119 - .../BuildOptions/ProfileGrammar.g3 | 103 - .../BuildOptions/ProfileGrammarLexer.cs | 693 --- .../BuildOptions/ProfileGrammarLexerHelper.cs | 32 - .../BuildOptions/ProfileGrammarParser.cs | 1560 ----- .../BuildOptions/ProfileGrammarParserHelper.cs | 43 - .../BuildOptions/ProfileTreeGrammar.cs | 850 --- .../BuildOptions/ProfileTreeGrammar.g3 | 90 - .../BuildOptions/ProfileTreeGrammarHelper.cs | 119 - .../Antlr3.Runtime.Test/Composition/Program.cs | 54 - .../Antlr3.Runtime.Test/Composition/Reduce.g3 | 20 - .../Antlr3.Runtime.Test/Composition/Simplify.g3 | 20 - .../Antlr3.Runtime.Test/Composition/VecMath.g3 | 22 - .../Composition/VecMath_Lexer.g3 | 17 - .../Composition/VecMath_Parser.g3 | 35 - .../Antlr3.Runtime.Test/FastSimpleExpression.g3 | 88 - .../FastSimpleExpressionLexerHelper.cs | 31 - .../FastSimpleExpressionParserHelper.cs | 31 - .../Sources/Antlr3.Runtime.Test/JavaCompat/Expr.g3 | 113 - .../Antlr3.Runtime.Test/PreprocessorLexer.g3 | 69 - .../Antlr3.Runtime.Test/PreprocessorLexer.g3.cs | 38 - .../Antlr3.Runtime.Test/PreprocessorTests.cs | 58 - .../Antlr3.Runtime.Test/Properties/AssemblyInfo.cs | 70 - .../SemanticPredicateReduction.g3 | 23 - .../SemanticPredicateReduction.g3.lexer.cs | 6 - .../SemanticPredicateReduction.g3.parser.cs | 6 - .../Antlr3.Runtime.Test/SimpleExpression.g3 | 83 - .../SimpleExpressionLexerHelper.cs | 31 - .../SimpleExpressionParserHelper.cs | 31 - .../SlimParsing/ITokenSource`1.cs | 41 - .../SlimParsing/ITokenStream`1.cs | 46 - .../Antlr3.Runtime.Test/SlimParsing/SlimLexer.cs | 445 -- .../SlimParsing/SlimStringStream.cs | 334 - .../Antlr3.Runtime.Test/SlimParsing/SlimToken.cs | 160 - .../SlimParsing/SlimTokenStream.cs | 438 -- .../SlimParsing/Tree/ITreeAdaptor`1.cs | 314 - .../SlimParsing/Tree/ITreeFactory.cs | 54 - .../SlimParsing/Tree/ITreeNodeStream`1.cs | 142 - .../Antlr3.Runtime.Test/StringTemplateOutput.g3 | 36 - .../StringTemplateOutput.g3.lexer.cs | 6 - .../StringTemplateOutput.g3.parser.cs | 6 - .../Antlr3.Runtime.Test/SynpredTreeParser.g3 | 47 - .../Antlr3.Runtime.Test/SynpredTreeParser.g3.cs | 41 - .../Antlr3.Runtime.Test/TestActionFeatures.g3 | 65 - .../TestActionFeatures.g3.lexer.cs | 6 - .../TestActionFeatures.g3.parser.cs | 6 - .../Antlr3.Runtime.Test/TestDotTreeGenerator.cs | 85 - .../Antlr3.Runtime.Test/TestExpressionFeatures.g3 | 160 - .../TestExpressionFeatures.g3.lexer.cs | 38 - .../TestExpressionFeatures.g3.parser.cs | 38 - .../Sources/Antlr3.Runtime.Test/TestFastLexer.cs | 94 - .../runtime/CSharp3/Sources/Antlr3.Runtime.sln | 36 - .../runtime/CSharp3/Sources/Antlr3.Runtime.vssscc | 10 - .../Sources/Antlr3.Runtime/ANTLRFileStream.cs | 88 - .../Sources/Antlr3.Runtime/ANTLRInputStream.cs | 79 - .../Sources/Antlr3.Runtime/ANTLRReaderStream.cs | 93 - .../Sources/Antlr3.Runtime/ANTLRStringStream.cs | 327 - .../Sources/Antlr3.Runtime/Antlr3.Runtime.csproj | 140 - .../Antlr3.Runtime/Antlr3.Runtime.csproj.vspscc | 10 - .../Antlr3.Runtime/AstParserRuleReturnScope`2.cs | 60 - .../Sources/Antlr3.Runtime/BaseRecognizer.cs | 1186 ---- .../CSharp3/Sources/Antlr3.Runtime/BitSet.cs | 380 -- .../Sources/Antlr3.Runtime/BufferedTokenStream.cs | 425 -- .../Sources/Antlr3.Runtime/CharStreamConstants.cs | 41 - .../Sources/Antlr3.Runtime/CharStreamState.cs | 56 - .../CSharp3/Sources/Antlr3.Runtime/ClassicToken.cs | 212 - .../CSharp3/Sources/Antlr3.Runtime/CommonToken.cs | 260 - .../Sources/Antlr3.Runtime/CommonTokenStream.cs | 181 - .../runtime/CSharp3/Sources/Antlr3.Runtime/DFA.cs | 318 - .../Antlr3.Runtime/Debug/IDebugEventListener.cs | 387 -- .../Sources/Antlr3.Runtime/EarlyExitException.cs | 104 - .../Antlr3.Runtime/FailedPredicateException.cs | 129 - .../Sources/Antlr3.Runtime/GrammarRuleAttribute.cs | 57 - .../Sources/Antlr3.Runtime/IAstRuleReturnScope.cs | 44 - .../Antlr3.Runtime/IAstRuleReturnScope`1.cs | 44 - .../CSharp3/Sources/Antlr3.Runtime/ICharStream.cs | 72 - .../CSharp3/Sources/Antlr3.Runtime/IIntStream.cs | 161 - .../Sources/Antlr3.Runtime/IRuleReturnScope.cs | 56 - .../Sources/Antlr3.Runtime/IRuleReturnScope`1.cs | 57 - .../Antlr3.Runtime/ITemplateRuleReturnScope.cs | 42 - .../Antlr3.Runtime/ITemplateRuleReturnScope`1.cs | 42 - .../CSharp3/Sources/Antlr3.Runtime/IToken.cs | 106 - .../CSharp3/Sources/Antlr3.Runtime/ITokenSource.cs | 78 - .../CSharp3/Sources/Antlr3.Runtime/ITokenStream.cs | 95 - .../Antlr3.Runtime/ITokenStreamInformation.cs | 48 - .../Antlr3.Runtime/LegacyCommonTokenStream.cs | 526 -- .../CSharp3/Sources/Antlr3.Runtime/Lexer.cs | 435 -- .../Sources/Antlr3.Runtime/Misc/FastQueue.cs | 143 - .../Antlr3.Runtime/Misc/FunctionDelegates.cs | 40 - .../Sources/Antlr3.Runtime/Misc/ListStack`1.cs | 98 - .../Sources/Antlr3.Runtime/Misc/LookaheadStream.cs | 234 - .../Antlr3.Runtime/MismatchedNotSetException.cs | 81 - .../Antlr3.Runtime/MismatchedRangeException.cs | 122 - .../Antlr3.Runtime/MismatchedSetException.cs | 108 - .../Antlr3.Runtime/MismatchedTokenException.cs | 139 - .../Antlr3.Runtime/MismatchedTreeNodeException.cs | 109 - .../Antlr3.Runtime/MissingTokenException.cs | 113 - .../Sources/Antlr3.Runtime/NoViableAltException.cs | 165 - .../CSharp3/Sources/Antlr3.Runtime/Parser.cs | 131 - .../Antlr3.Runtime/ParserRuleReturnScope.cs | 106 - .../Antlr3.Runtime/Properties/AssemblyInfo.cs | 72 - .../Sources/Antlr3.Runtime/RecognitionException.cs | 460 -- .../Antlr3.Runtime/RecognizerSharedState.cs | 186 - .../TemplateParserRuleReturnScope`2.cs | 60 - .../Sources/Antlr3.Runtime/TokenChannels.cs | 52 - .../Sources/Antlr3.Runtime/TokenRewriteStream.cs | 729 --- .../CSharp3/Sources/Antlr3.Runtime/TokenTypes.cs | 46 - .../CSharp3/Sources/Antlr3.Runtime/Tokens.cs | 44 - .../Tree/AntlrRuntime_BaseTreeDebugView.cs | 60 - .../Tree/AstTreeRuleReturnScope`2.cs | 60 - .../Sources/Antlr3.Runtime/Tree/BaseTree.cs | 575 -- .../Sources/Antlr3.Runtime/Tree/BaseTreeAdaptor.cs | 517 -- .../Antlr3.Runtime/Tree/BufferedTreeNodeStream.cs | 663 -- .../Sources/Antlr3.Runtime/Tree/CommonErrorNode.cs | 142 - .../Sources/Antlr3.Runtime/Tree/CommonTree.cs | 296 - .../Antlr3.Runtime/Tree/CommonTreeAdaptor.cs | 112 - .../Antlr3.Runtime/Tree/CommonTreeNodeStream.cs | 253 - .../Antlr3.Runtime/Tree/DotTreeGenerator.cs | 216 - .../CSharp3/Sources/Antlr3.Runtime/Tree/ITree.cs | 173 - .../Sources/Antlr3.Runtime/Tree/ITreeAdaptor.cs | 346 -- .../Sources/Antlr3.Runtime/Tree/ITreeNodeStream.cs | 144 - .../Antlr3.Runtime/Tree/ITreeVisitorAction.cs | 90 - .../Sources/Antlr3.Runtime/Tree/ParseTree.cs | 167 - .../Tree/RewriteCardinalityException.cs | 96 - .../Tree/RewriteEarlyExitException.cs | 72 - .../Tree/RewriteEmptyStreamException.cs | 72 - .../Tree/RewriteRuleElementStream.cs | 253 - .../Antlr3.Runtime/Tree/RewriteRuleNodeStream.cs | 81 - .../Tree/RewriteRuleSubtreeStream.cs | 99 - .../Antlr3.Runtime/Tree/RewriteRuleTokenStream.cs | 86 - .../Tree/TemplateTreeRuleReturnScope`2.cs | 60 - .../Sources/Antlr3.Runtime/Tree/TreeFilter.cs | 99 - .../Sources/Antlr3.Runtime/Tree/TreeIterator.cs | 180 - .../Sources/Antlr3.Runtime/Tree/TreeParser.cs | 209 - .../Antlr3.Runtime/Tree/TreePatternLexer.cs | 162 - .../Antlr3.Runtime/Tree/TreePatternParser.cs | 183 - .../Sources/Antlr3.Runtime/Tree/TreeRewriter.cs | 144 - .../Antlr3.Runtime/Tree/TreeRuleReturnScope`1.cs | 84 - .../Sources/Antlr3.Runtime/Tree/TreeVisitor.cs | 83 - .../Sources/Antlr3.Runtime/Tree/TreeWizard.cs | 736 --- .../Antlr3.Runtime/UnbufferedTokenStream.cs | 172 - .../Antlr3.Runtime/UnwantedTokenException.cs | 109 - .../antlr3-antlr-3.5/runtime/Delphi/LICENSE.TXT | 31 - .../antlr3-antlr-3.5/runtime/Delphi/NOTICE.TXT | 35 - .../antlr3-antlr-3.5/runtime/Delphi/README.TXT | 265 - .../Antlr.Runtime.Collections.Tests.pas | 134 - .../Antlr3.Runtime.Tests/Antlr.Runtime.Tests.pas | 183 - .../Antlr.Runtime.Tools.Tests.pas | 633 -- .../Antlr.Runtime.Tree.Tests.pas | 2136 ------- .../Sources/Antlr3.Runtime.Tests/TestDriver.dpr | 37 - .../Sources/Antlr3.Runtime.Tests/TestDriver.dproj | 115 - .../Sources/Antlr3.Runtime.Tests/TestDriver.res | Bin 5280 -> 0 bytes .../Antlr3.Runtime/Antlr.Runtime.Collections.pas | 431 -- .../Sources/Antlr3.Runtime/Antlr.Runtime.Tools.pas | 998 --- .../Sources/Antlr3.Runtime/Antlr.Runtime.Tree.pas | 5063 --------------- .../Sources/Antlr3.Runtime/Antlr.Runtime.pas | 6563 -------------------- .../antlr3-antlr-3.5/runtime/Java/antlr.config | 0 thirdparty/antlr3-antlr-3.5/runtime/Java/doxyfile | 264 - thirdparty/antlr3-antlr-3.5/runtime/Java/pom.xml | 66 - .../java/org/antlr/runtime/ANTLRFileStream.java | 79 - .../java/org/antlr/runtime/ANTLRInputStream.java | 70 - .../java/org/antlr/runtime/ANTLRReaderStream.java | 95 - .../java/org/antlr/runtime/ANTLRStringStream.java | 247 - .../java/org/antlr/runtime/BaseRecognizer.java | 884 --- .../src/main/java/org/antlr/runtime/BitSet.java | 328 - .../org/antlr/runtime/BufferedTokenStream.java | 289 - .../main/java/org/antlr/runtime/CharStream.java | 57 - .../java/org/antlr/runtime/CharStreamState.java | 45 - .../main/java/org/antlr/runtime/ClassicToken.java | 156 - .../main/java/org/antlr/runtime/CommonToken.java | 206 - .../java/org/antlr/runtime/CommonTokenStream.java | 164 - .../Java/src/main/java/org/antlr/runtime/DFA.java | 229 - .../java/org/antlr/runtime/EarlyExitException.java | 41 - .../antlr/runtime/FailedPredicateException.java | 55 - .../src/main/java/org/antlr/runtime/IntStream.java | 122 - .../org/antlr/runtime/LegacyCommonTokenStream.java | 410 -- .../src/main/java/org/antlr/runtime/Lexer.java | 355 -- .../antlr/runtime/MismatchedNotSetException.java | 42 - .../antlr/runtime/MismatchedRangeException.java | 46 - .../org/antlr/runtime/MismatchedSetException.java | 45 - .../antlr/runtime/MismatchedTokenException.java | 46 - .../antlr/runtime/MismatchedTreeNodeException.java | 49 - .../org/antlr/runtime/MissingTokenException.java | 57 - .../org/antlr/runtime/NoViableAltException.java | 58 - .../src/main/java/org/antlr/runtime/Parser.java | 103 - .../org/antlr/runtime/ParserRuleReturnScope.java | 57 - .../org/antlr/runtime/RecognitionException.java | 196 - .../org/antlr/runtime/RecognizerSharedState.java | 146 - .../java/org/antlr/runtime/RuleReturnScope.java | 42 - .../java/org/antlr/runtime/SerializedGrammar.java | 209 - .../src/main/java/org/antlr/runtime/Token.java | 90 - .../java/org/antlr/runtime/TokenRewriteStream.java | 594 -- .../main/java/org/antlr/runtime/TokenSource.java | 54 - .../main/java/org/antlr/runtime/TokenStream.java | 73 - .../org/antlr/runtime/UnbufferedTokenStream.java | 87 - .../org/antlr/runtime/UnwantedTokenException.java | 54 - .../runtime/debug/BlankDebugEventListener.java | 77 - .../org/antlr/runtime/debug/DebugEventHub.java | 323 - .../antlr/runtime/debug/DebugEventListener.java | 323 - .../antlr/runtime/debug/DebugEventRepeater.java | 88 - .../antlr/runtime/debug/DebugEventSocketProxy.java | 385 -- .../java/org/antlr/runtime/debug/DebugParser.java | 101 - .../org/antlr/runtime/debug/DebugTokenStream.java | 171 - .../org/antlr/runtime/debug/DebugTreeAdaptor.java | 281 - .../antlr/runtime/debug/DebugTreeNodeStream.java | 174 - .../org/antlr/runtime/debug/DebugTreeParser.java | 113 - .../org/antlr/runtime/debug/ParseTreeBuilder.java | 116 - .../java/org/antlr/runtime/debug/Profiler.java | 747 --- .../debug/RemoteDebugEventSocketListener.java | 557 -- .../runtime/debug/TraceDebugEventListener.java | 107 - .../main/java/org/antlr/runtime/debug/Tracer.java | 65 - .../java/org/antlr/runtime/misc/DoubleKeyMap.java | 62 - .../java/org/antlr/runtime/misc/FastQueue.java | 102 - .../main/java/org/antlr/runtime/misc/IntArray.java | 87 - .../org/antlr/runtime/misc/LookaheadStream.java | 208 - .../main/java/org/antlr/runtime/misc/Stats.java | 189 - .../main/java/org/antlr/runtime/tree/BaseTree.java | 401 -- .../org/antlr/runtime/tree/BaseTreeAdaptor.java | 299 - .../antlr/runtime/tree/BufferedTreeNodeStream.java | 500 -- .../org/antlr/runtime/tree/CommonErrorNode.java | 112 - .../java/org/antlr/runtime/tree/CommonTree.java | 200 - .../org/antlr/runtime/tree/CommonTreeAdaptor.java | 185 - .../antlr/runtime/tree/CommonTreeNodeStream.java | 246 - .../org/antlr/runtime/tree/DOTTreeGenerator.java | 224 - .../java/org/antlr/runtime/tree/ParseTree.java | 127 - .../antlr/runtime/tree/PositionTrackingStream.java | 57 - .../runtime/tree/RewriteCardinalityException.java | 48 - .../runtime/tree/RewriteEarlyExitException.java | 39 - .../runtime/tree/RewriteEmptyStreamException.java | 35 - .../runtime/tree/RewriteRuleElementStream.java | 211 - .../antlr/runtime/tree/RewriteRuleNodeStream.java | 72 - .../runtime/tree/RewriteRuleSubtreeStream.java | 89 - .../antlr/runtime/tree/RewriteRuleTokenStream.java | 78 - .../src/main/java/org/antlr/runtime/tree/Tree.java | 128 - .../java/org/antlr/runtime/tree/TreeAdaptor.java | 263 - .../java/org/antlr/runtime/tree/TreeFilter.java | 139 - .../java/org/antlr/runtime/tree/TreeIterator.java | 134 - .../org/antlr/runtime/tree/TreeNodeStream.java | 113 - .../java/org/antlr/runtime/tree/TreeParser.java | 246 - .../org/antlr/runtime/tree/TreePatternLexer.java | 135 - .../org/antlr/runtime/tree/TreePatternParser.java | 154 - .../java/org/antlr/runtime/tree/TreeRewriter.java | 124 - .../antlr/runtime/tree/TreeRuleReturnScope.java | 44 - .../java/org/antlr/runtime/tree/TreeVisitor.java | 69 - .../org/antlr/runtime/tree/TreeVisitorAction.java | 47 - .../java/org/antlr/runtime/tree/TreeWizard.java | 537 -- .../org/antlr/runtime/TestLookaheadStream.java | 46 - .../antlr3-antlr-3.5/runtime/JavaScript/AUTHORS | 3 - .../antlr3-antlr-3.5/runtime/JavaScript/ChangeLog | 2 - .../runtime/JavaScript/build/README | 51 - .../runtime/JavaScript/build/antlr3.properties | 58 - .../runtime/JavaScript/build/build.xml | 153 - .../runtime/JavaScript/build/license.txt | 10 - .../runtime/JavaScript/src/org/antlr.js | 504 -- .../src/org/antlr/runtime/ANTLRFileStream.js | 63 - .../src/org/antlr/runtime/ANTLRStringStream.js | 318 - .../src/org/antlr/runtime/BaseRecognizer.js | 954 --- .../JavaScript/src/org/antlr/runtime/BitSet.js | 706 --- .../JavaScript/src/org/antlr/runtime/CharStream.js | 21 - .../src/org/antlr/runtime/CommonToken.js | 147 - .../src/org/antlr/runtime/CommonTokenStream.js | 323 - .../JavaScript/src/org/antlr/runtime/DFA.js | 149 - .../src/org/antlr/runtime/EarlyExitException.js | 23 - .../org/antlr/runtime/FailedPredicateException.js | 34 - .../antlr/runtime/IndexOutOfBoundsExceptions.js | 7 - .../JavaScript/src/org/antlr/runtime/Lexer.js | 284 - .../org/antlr/runtime/MismatchedNotSetException.js | 13 - .../org/antlr/runtime/MismatchedRangeExceptions.js | 20 - .../org/antlr/runtime/MismatchedSetException.js | 15 - .../org/antlr/runtime/MismatchedTokenException.js | 19 - .../antlr/runtime/MismatchedTreeNodeException.js | 17 - .../src/org/antlr/runtime/MissingTokenException.js | 28 - .../src/org/antlr/runtime/NoViableAltException.js | 24 - .../JavaScript/src/org/antlr/runtime/Parser.js | 71 - .../src/org/antlr/runtime/ParserRuleReturnScope.js | 27 - .../src/org/antlr/runtime/RecognitionException.js | 181 - .../src/org/antlr/runtime/RecognizerSharedState.js | 90 - .../JavaScript/src/org/antlr/runtime/Token.js | 42 - .../src/org/antlr/runtime/TokenRewriteStream.js | 461 -- .../org/antlr/runtime/UnwantedTokenException.js | 26 - .../src/org/antlr/runtime/tree/BaseTree.js | 282 - .../src/org/antlr/runtime/tree/BaseTreeAdaptor.js | 211 - .../src/org/antlr/runtime/tree/CommonErrorNode.js | 68 - .../src/org/antlr/runtime/tree/CommonTree.js | 135 - .../org/antlr/runtime/tree/CommonTreeAdaptor.js | 171 - .../org/antlr/runtime/tree/CommonTreeNodeStream.js | 394 -- .../runtime/tree/RewriteCardinalityException.js | 19 - .../runtime/tree/RewriteEarlyExitException.js | 15 - .../runtime/tree/RewriteEmptyStreamException.js | 12 - .../antlr/runtime/tree/RewriteRuleElementStream.js | 148 - .../antlr/runtime/tree/RewriteRuleNodeStream.js | 24 - .../antlr/runtime/tree/RewriteRuleSubtreeStream.js | 38 - .../antlr/runtime/tree/RewriteRuleTokenStream.js | 28 - .../JavaScript/src/org/antlr/runtime/tree/Tree.js | 11 - .../src/org/antlr/runtime/tree/TreeNodeStream.js | 6 - .../src/org/antlr/runtime/tree/TreeParser.js | 124 - .../org/antlr/runtime/tree/TreeRuleReturnScope.js | 12 - .../functional/t034tokenLabelPropertyRef.html | 54 - .../runtime/JavaScript/third/antcontrib.properties | 33 - .../runtime/ObjC/ANTLR.framework.zip | Bin 378071 -> 0 bytes .../runtime/ObjC/ANTLR.framework/ANTLR | 1 - .../runtime/ObjC/ANTLR.framework/Headers | 1 - .../runtime/ObjC/ANTLR.framework/Resources | 1 - .../runtime/ObjC/ANTLR.framework/Versions/Current | 1 - .../runtime/ObjC/Framework/ACBTree.h | 105 - .../runtime/ObjC/Framework/ACBTree.m | 747 --- .../runtime/ObjC/Framework/ACNumber.h | 47 - .../runtime/ObjC/Framework/ACNumber.m | 170 - .../runtime/ObjC/Framework/AMutableArray.h | 50 - .../runtime/ObjC/Framework/AMutableArray.m | 300 - .../runtime/ObjC/Framework/AMutableDictionary.h | 60 - .../runtime/ObjC/Framework/AMutableDictionary.m | 270 - .../runtime/ObjC/Framework/ANTLR.h | 118 - .../ObjC/Framework/ANTLR.xcodeproj/acondit.mode1v3 | 1460 ----- .../ObjC/Framework/ANTLR.xcodeproj/acondit.pbxuser | 3447 ---------- .../ObjC/Framework/ANTLR.xcodeproj/project.pbxproj | 6358 ------------------- .../runtime/ObjC/Framework/ANTLR/.DS_Store | Bin 6148 -> 0 bytes .../project.xcworkspace/contents.xcworkspacedata | 7 - .../WorkspaceSettings.xcsettings | 20 - .../xcdebugger/Expressions.xcexplist | 29 - .../xcschemes/ANTLRTests.xcscheme | 74 - .../xcschemes/combined.xcscheme | 76 - .../xcschemes/hoistedPredicates.xcscheme | 76 - .../xcschemes/lexertest-simple.xcscheme | 76 - .../xcschemes/polydiff.xcscheme | 76 - .../acondit.xcuserdatad/xcschemes/scopes.xcscheme | 76 - .../xcschemes/simplecTreeParser.xcscheme | 82 - .../xcschemes/treeparser.xcscheme | 76 - .../xcschemes/treerewrite.xcscheme | 76 - .../ObjC/Framework/ANTLR/ANTLR/ANTLR-Info.plist | 30 - .../ObjC/Framework/ANTLR/ANTLR/ANTLR-Prefix.pch | 7 - .../ANTLR/ANTLR/en.lproj/InfoPlist.strings | 2 - .../ANTLR/ANTLRTests/en.lproj/InfoPlist.strings | 2 - .../runtime/ObjC/Framework/ANTLRBitSet.h | 95 - .../runtime/ObjC/Framework/ANTLRBitSet.m | 326 - .../ObjC/Framework/ANTLRBitsetTest-Info.plist | 22 - .../ObjC/Framework/ANTLRCommonTokenTest-Info.plist | 22 - .../ObjC/Framework/ANTLRCommonTreeTest-Info.plist | 22 - .../runtime/ObjC/Framework/ANTLRError.h | 35 - .../ObjC/Framework/ANTLRFastQueueTest-Info.plist | 22 - .../runtime/ObjC/Framework/ANTLRFileStream.h | 50 - .../runtime/ObjC/Framework/ANTLRFileStream.m | 109 - .../runtime/ObjC/Framework/ANTLRInputStream.h | 31 - .../runtime/ObjC/Framework/ANTLRInputStream.m | 63 - .../ObjC/Framework/ANTLRIntArrayTest-Info.plist | 22 - .../runtime/ObjC/Framework/ANTLRReaderStream.h | 38 - .../runtime/ObjC/Framework/ANTLRReaderStream.m | 164 - .../runtime/ObjC/Framework/ANTLRStringStream.h | 114 - .../runtime/ObjC/Framework/ANTLRStringStream.m | 407 -- .../Framework/ANTLRStringStreamTest-Info.plist | 22 - .../runtime/ObjC/Framework/ANTLR_Prefix.pch | 29 - .../runtime/ObjC/Framework/ArrayIterator.h | 78 - .../runtime/ObjC/Framework/ArrayIterator.m | 183 - .../runtime/ObjC/Framework/BaseMapElement.h | 52 - .../runtime/ObjC/Framework/BaseMapElement.m | 95 - .../runtime/ObjC/Framework/BaseRecognizer.h | 179 - .../runtime/ObjC/Framework/BaseRecognizer.m | 1132 ---- .../runtime/ObjC/Framework/BaseStack.h | 66 - .../runtime/ObjC/Framework/BaseStack.m | 131 - .../runtime/ObjC/Framework/BaseTree.h | 210 - .../runtime/ObjC/Framework/BaseTree.m | 621 -- .../runtime/ObjC/Framework/BaseTreeAdaptor.h | 182 - .../runtime/ObjC/Framework/BaseTreeAdaptor.m | 429 -- .../runtime/ObjC/Framework/BufferedTokenStream.h | 102 - .../runtime/ObjC/Framework/BufferedTokenStream.m | 392 -- .../ObjC/Framework/BufferedTreeNodeStream.h | 157 - .../ObjC/Framework/BufferedTreeNodeStream.m | 556 -- .../runtime/ObjC/Framework/CHANGES.txt | 15 - .../runtime/ObjC/Framework/CharStream.h | 58 - .../runtime/ObjC/Framework/CharStreamState.h | 49 - .../runtime/ObjC/Framework/CharStreamState.m | 52 - .../runtime/ObjC/Framework/CommonErrorNode.h | 67 - .../runtime/ObjC/Framework/CommonErrorNode.m | 159 - .../runtime/ObjC/Framework/CommonToken.h | 141 - .../runtime/ObjC/Framework/CommonToken.m | 403 -- .../runtime/ObjC/Framework/CommonTokenStream.h | 96 - .../runtime/ObjC/Framework/CommonTokenStream.m | 358 -- .../runtime/ObjC/Framework/CommonTree.h | 92 - .../runtime/ObjC/Framework/CommonTree.m | 345 - .../runtime/ObjC/Framework/CommonTreeAdaptor.h | 65 - .../runtime/ObjC/Framework/CommonTreeAdaptor.m | 240 - .../runtime/ObjC/Framework/CommonTreeNodeStream.h | 120 - .../runtime/ObjC/Framework/CommonTreeNodeStream.m | 249 - .../antlr3-antlr-3.5/runtime/ObjC/Framework/DFA.h | 84 - .../antlr3-antlr-3.5/runtime/ObjC/Framework/DFA.m | 262 - .../runtime/ObjC/Framework/Debug.h | 33 - .../runtime/ObjC/Framework/DebugEventListener.h | 275 - .../runtime/ObjC/Framework/DebugEventSocketProxy.h | 112 - .../runtime/ObjC/Framework/DebugEventSocketProxy.m | 423 -- .../runtime/ObjC/Framework/DebugParser.h | 57 - .../runtime/ObjC/Framework/DebugParser.m | 113 - .../runtime/ObjC/Framework/DebugTokenStream.h | 62 - .../runtime/ObjC/Framework/DebugTokenStream.m | 204 - .../runtime/ObjC/Framework/DebugTreeAdaptor.h | 45 - .../runtime/ObjC/Framework/DebugTreeAdaptor.m | 229 - .../runtime/ObjC/Framework/DebugTreeNodeStream.h | 67 - .../runtime/ObjC/Framework/DebugTreeNodeStream.m | 175 - .../runtime/ObjC/Framework/DebugTreeParser.h | 52 - .../runtime/ObjC/Framework/DebugTreeParser.m | 128 - .../runtime/ObjC/Framework/DoubleKeyMap.h | 28 - .../runtime/ObjC/Framework/DoubleKeyMap.m | 101 - .../runtime/ObjC/Framework/EarlyExitException.h | 39 - .../runtime/ObjC/Framework/EarlyExitException.m | 54 - .../ObjC/Framework/English.lproj/InfoPlist.strings | Bin 204 -> 0 bytes .../runtime/ObjC/Framework/Entry.h | 46 - .../runtime/ObjC/Framework/Entry.m | 110 - .../ObjC/Framework/FailedPredicateException.h | 50 - .../ObjC/Framework/FailedPredicateException.m | 96 - .../runtime/ObjC/Framework/FastQueue.h | 64 - .../runtime/ObjC/Framework/FastQueue.m | 174 - .../runtime/ObjC/Framework/HashMap.h | 326 - .../runtime/ObjC/Framework/HashMap.m | 1786 ------ .../runtime/ObjC/Framework/HashRule.h | 71 - .../runtime/ObjC/Framework/HashRule.m | 279 - .../runtime/ObjC/Framework/Info.plist | 26 - .../runtime/ObjC/Framework/IntArray.h | 74 - .../runtime/ObjC/Framework/IntArray.m | 199 - .../runtime/ObjC/Framework/IntStream.h | 102 - .../runtime/ObjC/Framework/Lexer.h | 90 - .../runtime/ObjC/Framework/Lexer.m | 437 -- .../runtime/ObjC/Framework/LexerRuleReturnScope.h | 43 - .../runtime/ObjC/Framework/LexerRuleReturnScope.m | 62 - .../runtime/ObjC/Framework/LexerState.h | 57 - .../runtime/ObjC/Framework/LexerState.m | 139 - .../runtime/ObjC/Framework/LinkBase.h | 80 - .../runtime/ObjC/Framework/LinkBase.m | 127 - .../runtime/ObjC/Framework/LinkedHashMap.h | 240 - .../runtime/ObjC/Framework/LinkedHashMap.m | 513 -- .../runtime/ObjC/Framework/LinkedList.h | 189 - .../runtime/ObjC/Framework/LinkedList.m | 1256 ---- .../runtime/ObjC/Framework/LookaheadStream.h | 77 - .../runtime/ObjC/Framework/LookaheadStream.m | 229 - .../antlr3-antlr-3.5/runtime/ObjC/Framework/Map.h | 82 - .../antlr3-antlr-3.5/runtime/ObjC/Framework/Map.m | 362 -- .../runtime/ObjC/Framework/MapElement.h | 66 - .../runtime/ObjC/Framework/MapElement.m | 207 - .../ObjC/Framework/MismatchedNotSetException.h | 51 - .../ObjC/Framework/MismatchedNotSetException.m | 69 - .../ObjC/Framework/MismatchedRangeException.h | 42 - .../ObjC/Framework/MismatchedRangeException.m | 55 - .../ObjC/Framework/MismatchedSetException.h | 44 - .../ObjC/Framework/MismatchedSetException.m | 79 - .../ObjC/Framework/MismatchedTokenException.h | 58 - .../ObjC/Framework/MismatchedTokenException.m | 99 - .../ObjC/Framework/MismatchedTreeNodeException.h | 42 - .../ObjC/Framework/MismatchedTreeNodeException.m | 54 - .../runtime/ObjC/Framework/MissingTokenException.h | 52 - .../runtime/ObjC/Framework/MissingTokenException.m | 83 - .../runtime/ObjC/Framework/NoViableAltException.h | 45 - .../runtime/ObjC/Framework/NoViableAltException.m | 83 - .../runtime/ObjC/Framework/NodeMapElement.h | 56 - .../runtime/ObjC/Framework/NodeMapElement.m | 108 - .../runtime/ObjC/Framework/ParseTree.h | 64 - .../runtime/ObjC/Framework/ParseTree.m | 149 - .../runtime/ObjC/Framework/Parser.h | 59 - .../runtime/ObjC/Framework/Parser.m | 148 - .../runtime/ObjC/Framework/ParserRuleReturnScope.h | 46 - .../runtime/ObjC/Framework/ParserRuleReturnScope.m | 80 - .../runtime/ObjC/Framework/PtrBuffer.h | 93 - .../runtime/ObjC/Framework/PtrBuffer.m | 353 -- .../runtime/ObjC/Framework/PtrStack.h | 52 - .../runtime/ObjC/Framework/PtrStack.m | 191 - .../runtime/ObjC/Framework/README.rtf | 34 - .../runtime/ObjC/Framework/RecognitionException.h | 78 - .../runtime/ObjC/Framework/RecognitionException.m | 282 - .../runtime/ObjC/Framework/RecognizerSharedState.h | 117 - .../runtime/ObjC/Framework/RecognizerSharedState.m | 331 - .../ObjC/Framework/RewriteRuleElementStream.h | 82 - .../ObjC/Framework/RewriteRuleElementStream.m | 258 - .../runtime/ObjC/Framework/RewriteRuleNodeStream.h | 46 - .../runtime/ObjC/Framework/RewriteRuleNodeStream.m | 74 - .../ObjC/Framework/RewriteRuleSubtreeStream.h | 50 - .../ObjC/Framework/RewriteRuleSubtreeStream.m | 101 - .../ObjC/Framework/RewriteRuleTokenStream.h | 66 - .../ObjC/Framework/RewriteRuleTokenStream.m | 128 - .../runtime/ObjC/Framework/RuleMapElement.h | 55 - .../runtime/ObjC/Framework/RuleMapElement.m | 112 - .../runtime/ObjC/Framework/RuleMemo.h | 61 - .../runtime/ObjC/Framework/RuleMemo.m | 158 - .../runtime/ObjC/Framework/RuleReturnScope.h | 55 - .../runtime/ObjC/Framework/RuleReturnScope.m | 71 - .../runtime/ObjC/Framework/RuleStack.h | 63 - .../runtime/ObjC/Framework/RuleStack.m | 152 - .../runtime/ObjC/Framework/RuntimeException.h | 160 - .../runtime/ObjC/Framework/RuntimeException.m | 427 -- .../runtime/ObjC/Framework/StreamEnumerator.h | 48 - .../runtime/ObjC/Framework/StreamEnumerator.m | 77 - .../runtime/ObjC/Framework/StringStreamState.h | 58 - .../runtime/ObjC/Framework/SymbolStack.h | 75 - .../runtime/ObjC/Framework/SymbolStack.m | 126 - .../runtime/ObjC/Framework/Test-Info.plist | 22 - .../runtime/ObjC/Framework/Tests-Info.plist | 20 - .../runtime/ObjC/Framework/Token+DebuggerSupport.h | 41 - .../runtime/ObjC/Framework/Token+DebuggerSupport.m | 61 - .../runtime/ObjC/Framework/Token.h | 89 - .../runtime/ObjC/Framework/TokenRewriteStream.h | 170 - .../runtime/ObjC/Framework/TokenRewriteStream.m | 692 --- .../runtime/ObjC/Framework/TokenSource.h | 38 - .../runtime/ObjC/Framework/TokenStream.h | 62 - .../antlr3-antlr-3.5/runtime/ObjC/Framework/Tree.h | 129 - .../antlr3-antlr-3.5/runtime/ObjC/Framework/Tree.m | 149 - .../runtime/ObjC/Framework/TreeAdaptor.h | 157 - .../runtime/ObjC/Framework/TreeAdaptor.m | 238 - .../runtime/ObjC/Framework/TreeException.h | 42 - .../runtime/ObjC/Framework/TreeException.m | 85 - .../runtime/ObjC/Framework/TreeFilter.h | 203 - .../runtime/ObjC/Framework/TreeFilter.m | 258 - .../runtime/ObjC/Framework/TreeIterator.h | 72 - .../runtime/ObjC/Framework/TreeIterator.m | 202 - .../runtime/ObjC/Framework/TreeNodeStream.h | 103 - .../runtime/ObjC/Framework/TreeParser.h | 87 - .../runtime/ObjC/Framework/TreeParser.m | 192 - .../runtime/ObjC/Framework/TreePatternLexer.h | 89 - .../runtime/ObjC/Framework/TreePatternLexer.m | 191 - .../runtime/ObjC/Framework/TreePatternParser.h | 63 - .../runtime/ObjC/Framework/TreePatternParser.m | 197 - .../runtime/ObjC/Framework/TreeRewriter.h | 78 - .../runtime/ObjC/Framework/TreeRewriter.m | 250 - .../runtime/ObjC/Framework/TreeRuleReturnScope.h | 52 - .../runtime/ObjC/Framework/TreeRuleReturnScope.m | 81 - .../runtime/ObjC/Framework/TreeVisitor.h | 47 - .../runtime/ObjC/Framework/TreeVisitor.m | 103 - .../runtime/ObjC/Framework/TreeVisitorAction.h | 94 - .../runtime/ObjC/Framework/TreeVisitorAction.m | 140 - .../runtime/ObjC/Framework/TreeWizard.h | 136 - .../runtime/ObjC/Framework/TreeWizard.m | 735 --- .../Framework/UnbufferedCommonTreeNodeStream.h | 122 - .../Framework/UnbufferedCommonTreeNodeStream.m | 432 -- .../UnbufferedCommonTreeNodeStreamState.h | 66 - .../UnbufferedCommonTreeNodeStreamState.m | 140 - .../runtime/ObjC/Framework/UnbufferedTokenStream.h | 62 - .../runtime/ObjC/Framework/UnbufferedTokenStream.m | 118 - .../runtime/ObjC/Framework/UniqueIDMap.h | 64 - .../runtime/ObjC/Framework/UniqueIDMap.m | 184 - .../ObjC/Framework/UnwantedTokenException.h | 47 - .../ObjC/Framework/UnwantedTokenException.m | 80 - .../runtime/ObjC/Framework/antlr3.h | 118 - .../ObjC/Framework/examples/LL-star/SimpleC.tokens | 31 - .../ObjC/Framework/examples/LL-star/SimpleCLexer.h | 67 - .../ObjC/Framework/examples/LL-star/SimpleCLexer.m | 1213 ---- .../Framework/examples/LL-star/SimpleCParser.h | 105 - .../Framework/examples/LL-star/SimpleCParser.m | 1541 ----- .../ObjC/Framework/examples/LL-star/SimpleC__.gl | 37 - .../runtime/ObjC/Framework/examples/LL-star/input | 12 - .../runtime/ObjC/Framework/examples/LL-star/main.m | 32 - .../runtime/ObjC/Framework/examples/LL-star/output | 2 - .../ObjC/Framework/examples/LL-star/simplec.g | 106 - .../ObjC/Framework/examples/combined/Combined.g | 26 - .../Framework/examples/combined/Combined.tokens | 3 - .../Framework/examples/combined/CombinedLexer.h | 39 - .../Framework/examples/combined/CombinedLexer.m | 412 -- .../Framework/examples/combined/CombinedParser.h | 68 - .../Framework/examples/combined/CombinedParser.m | 202 - .../ObjC/Framework/examples/combined/Combined__.gl | 22 - .../ObjC/Framework/examples/combined/main.m | 23 - .../runtime/ObjC/Framework/examples/fuzzy/Fuzzy.g | 86 - .../runtime/ObjC/Framework/examples/fuzzy/Fuzzy.h | 87 - .../runtime/ObjC/Framework/examples/fuzzy/Fuzzy.m | 2575 -------- .../ObjC/Framework/examples/fuzzy/Fuzzy.tokens | 18 - .../ObjC/Framework/examples/fuzzy/FuzzyLexer.h | 89 - .../runtime/ObjC/Framework/examples/fuzzy/input | 13 - .../runtime/ObjC/Framework/examples/fuzzy/main.m | 26 - .../ObjC/Framework/examples/hoistedPredicates/T.g | 49 - .../Framework/examples/hoistedPredicates/T.tokens | 5 - .../Framework/examples/hoistedPredicates/TLexer.h | 41 - .../Framework/examples/hoistedPredicates/TLexer.m | 490 -- .../Framework/examples/hoistedPredicates/TParser.h | 83 - .../Framework/examples/hoistedPredicates/TParser.m | 366 -- .../Framework/examples/hoistedPredicates/input | 1 - .../Framework/examples/hoistedPredicates/main.m | 30 - .../Framework/examples/hoistedPredicates/output | 1 - .../examples/lexertest-simple/Test.tokens | 4 - .../examples/lexertest-simple/TestLexer.g | 16 - .../examples/lexertest-simple/TestLexer.h | 39 - .../examples/lexertest-simple/TestLexer.m | 218 - .../examples/lexertest-simple/TestLexer.tokens | 3 - .../Framework/examples/lexertest-simple/main.m | 23 - .../ObjC/Framework/examples/polydiff/Poly.g | 27 - .../ObjC/Framework/examples/polydiff/Poly.tokens | 8 - .../examples/polydiff/PolyDifferentiator.g | 26 - .../examples/polydiff/PolyDifferentiator.h | 107 - .../examples/polydiff/PolyDifferentiator.m | 791 --- .../examples/polydiff/PolyDifferentiator.tokens | 8 - .../ObjC/Framework/examples/polydiff/PolyLexer.h | 44 - .../ObjC/Framework/examples/polydiff/PolyLexer.m | 486 -- .../ObjC/Framework/examples/polydiff/PolyParser.h | 156 - .../ObjC/Framework/examples/polydiff/PolyParser.m | 757 --- .../ObjC/Framework/examples/polydiff/PolyPrinter.g | 14 - .../ObjC/Framework/examples/polydiff/PolyPrinter.h | 74 - .../ObjC/Framework/examples/polydiff/PolyPrinter.m | 390 -- .../Framework/examples/polydiff/PolyPrinter.tokens | 8 - .../ObjC/Framework/examples/polydiff/Simplifier.g | 37 - .../ObjC/Framework/examples/polydiff/Simplifier.h | 203 - .../ObjC/Framework/examples/polydiff/Simplifier.m | 1397 ----- .../Framework/examples/polydiff/Simplifier.tokens | 8 - .../runtime/ObjC/Framework/examples/polydiff/files | 7 - .../runtime/ObjC/Framework/examples/polydiff/input | 1 - .../ObjC/Framework/examples/polydiff/main.m | 50 - .../ObjC/Framework/examples/polydiff/output | 4 - .../ObjC/Framework/examples/scopes/SymbolTable.g | 75 - .../Framework/examples/scopes/SymbolTable.tokens | 19 - .../Framework/examples/scopes/SymbolTableLexer.h | 55 - .../Framework/examples/scopes/SymbolTableLexer.m | 844 --- .../Framework/examples/scopes/SymbolTableParser.h | 101 - .../Framework/examples/scopes/SymbolTableParser.m | 630 -- .../Framework/examples/scopes/SymbolTable__.gl | 26 - .../runtime/ObjC/Framework/examples/scopes/input | 12 - .../runtime/ObjC/Framework/examples/scopes/main.m | 32 - .../runtime/ObjC/Framework/examples/scopes/output | 3 - .../Framework/examples/simplecTreeParser/SimpleC.g | 119 - .../examples/simplecTreeParser/SimpleC.tokens | 23 - .../examples/simplecTreeParser/SimpleCLexer.h | 73 - .../examples/simplecTreeParser/SimpleCLexer.java | 730 --- .../examples/simplecTreeParser/SimpleCLexer.m | 1224 ---- .../examples/simplecTreeParser/SimpleCParser.h | 471 -- .../examples/simplecTreeParser/SimpleCParser.java | 1814 ------ .../examples/simplecTreeParser/SimpleCParser.m | 3144 ---------- .../examples/simplecTreeParser/SimpleCTP.g | 69 - .../examples/simplecTreeParser/SimpleCTP.h | 133 - .../examples/simplecTreeParser/SimpleCTP.java | 852 --- .../examples/simplecTreeParser/SimpleCTP.m | 1304 ---- .../examples/simplecTreeParser/SimpleCTP.tokens | 23 - .../examples/simplecTreeParser/SimpleCWalker.g | 69 - .../examples/simplecTreeParser/SimpleCWalker.h | 133 - .../examples/simplecTreeParser/SimpleCWalker.m | 1304 ---- .../simplecTreeParser/SimpleCWalker.tokens | 23 - .../examples/simplecTreeParser/SimpleC__.gl | 47 - .../Framework/examples/simplecTreeParser/input | 12 - .../Framework/examples/simplecTreeParser/main.m | 84 - .../Framework/examples/simplecTreeParser/output | 1 - .../ObjC/Framework/examples/treeparser/Lang.g | 22 - .../ObjC/Framework/examples/treeparser/Lang.tokens | 8 - .../Framework/examples/treeparser/LangDumpDecl.g | 17 - .../Framework/examples/treeparser/LangDumpDecl.h | 90 - .../Framework/examples/treeparser/LangDumpDecl.m | 261 - .../examples/treeparser/LangDumpDecl.tokens | 8 - .../ObjC/Framework/examples/treeparser/LangLexer.h | 46 - .../ObjC/Framework/examples/treeparser/LangLexer.m | 556 -- .../Framework/examples/treeparser/LangParser.h | 157 - .../Framework/examples/treeparser/LangParser.m | 503 -- .../ObjC/Framework/examples/treeparser/Main.java | 20 - .../ObjC/Framework/examples/treeparser/README.txt | 11 - .../ObjC/Framework/examples/treeparser/files | 6 - .../ObjC/Framework/examples/treeparser/input | 1 - .../ObjC/Framework/examples/treeparser/main.m | 55 - .../ObjC/Framework/examples/treeparser/output | 2 - .../Framework/examples/treerewrite/TreeRewrite.g | 19 - .../examples/treerewrite/TreeRewrite.tokens | 2 - .../examples/treerewrite/TreeRewriteLexer.h | 37 - .../examples/treerewrite/TreeRewriteLexer.m | 219 - .../examples/treerewrite/TreeRewriteParser.h | 128 - .../examples/treerewrite/TreeRewriteParser.m | 371 -- .../ObjC/Framework/examples/treerewrite/main.m | 38 - .../runtime/ObjC/Framework/filelist.java | 85 - .../runtime/ObjC/Framework/filelist.objc | 91 - .../TestRewriteRuleTokenStream.h | 51 - .../TestRewriteRuleTokenStream.m | 201 - .../Framework/test/runtime/misc/FastQueueTest.h | 24 - .../Framework/test/runtime/misc/FastQueueTest.m | 103 - .../Framework/test/runtime/misc/IntArrayTest.h | 21 - .../Framework/test/runtime/misc/IntArrayTest.m | 47 - .../Framework/test/runtime/misc/TestDictionary.h | 23 - .../Framework/test/runtime/misc/TestDictionary.m | 137 - .../test/runtime/recognizer/RecognizerTest.h | 16 - .../test/runtime/recognizer/RecognizerTest.m | 14 - .../Framework/test/runtime/sets/ANTLRBitSetTest.h | 25 - .../Framework/test/runtime/sets/ANTLRBitSetTest.m | 129 - .../test/runtime/stream/ANTLRStringStreamTest.h | 24 - .../test/runtime/stream/ANTLRStringStreamTest.m | 108 - .../Framework/test/runtime/token/CommonTokenTest.h | 25 - .../Framework/test/runtime/token/CommonTokenTest.m | 98 - .../test/runtime/tree/CommonErrorNodeTest.h | 16 - .../test/runtime/tree/CommonErrorNodeTest.m | 14 - .../test/runtime/tree/CommonTreeAdaptorTest.h | 16 - .../test/runtime/tree/CommonTreeAdaptorTest.m | 14 - .../Framework/test/runtime/tree/CommonTreeTest.h | 42 - .../Framework/test/runtime/tree/CommonTreeTest.m | 555 -- thirdparty/antlr3-antlr-3.5/runtime/ObjC/README | 31 - .../antlr3-antlr-3.5/runtime/Perl5/.p4ignore | 8 - thirdparty/antlr3-antlr-3.5/runtime/Perl5/Build.PL | 20 - thirdparty/antlr3-antlr-3.5/runtime/Perl5/Changes | 0 thirdparty/antlr3-antlr-3.5/runtime/Perl5/INSTALL | 0 thirdparty/antlr3-antlr-3.5/runtime/Perl5/MANIFEST | 59 - .../antlr3-antlr-3.5/runtime/Perl5/MANIFEST.SKIP | 10 - .../antlr3-antlr-3.5/runtime/Perl5/Makefile.PL | 28 - thirdparty/antlr3-antlr-3.5/runtime/Perl5/README | 28 - .../antlr3-antlr-3.5/runtime/Perl5/docs/design.pod | 66 - .../antlr3-antlr-3.5/runtime/Perl5/examples/README | 16 - .../runtime/Perl5/examples/expr/Expr.g | 50 - .../runtime/Perl5/examples/expr/expr.pl | 24 - .../runtime/Perl5/examples/id/IDLexer.g | 7 - .../runtime/Perl5/examples/id/id.pl | 25 - .../runtime/Perl5/examples/mexpr/MExpr.g | 28 - .../runtime/Perl5/examples/mexpr/mexpr.pl | 20 - .../runtime/Perl5/examples/simplecalc/SimpleCalc.g | 29 - .../Perl5/examples/simplecalc/simplecalc.pl | 27 - .../runtime/Perl5/examples/tweak/T.g | 65 - .../runtime/Perl5/examples/tweak/input | 9 - .../runtime/Perl5/examples/tweak/output | 16 - .../runtime/Perl5/examples/tweak/tweak.pl | 16 - .../runtime/Perl5/examples/zero-one/T.g | 4 - .../runtime/Perl5/examples/zero-one/t-error.pl | 27 - .../runtime/Perl5/examples/zero-one/t.pl | 22 - .../runtime/Perl5/lib/ANTLR/Runtime.pm | 116 - .../Perl5/lib/ANTLR/Runtime/ANTLRFileStream.pm | 84 - .../Perl5/lib/ANTLR/Runtime/ANTLRStringStream.pm | 224 - .../Perl5/lib/ANTLR/Runtime/BaseRecognizer.pm | 617 -- .../runtime/Perl5/lib/ANTLR/Runtime/BitSet.pm | 346 -- .../runtime/Perl5/lib/ANTLR/Runtime/CharStream.pm | 21 - .../Perl5/lib/ANTLR/Runtime/CharStreamState.pm | 28 - .../runtime/Perl5/lib/ANTLR/Runtime/CommonToken.pm | 224 - .../Perl5/lib/ANTLR/Runtime/CommonTokenStream.pm | 392 -- .../runtime/Perl5/lib/ANTLR/Runtime/DFA.pm | 192 - .../Perl5/lib/ANTLR/Runtime/EarlyExitException.pm | 8 - .../runtime/Perl5/lib/ANTLR/Runtime/Exception.pm | 23 - .../runtime/Perl5/lib/ANTLR/Runtime/IntStream.pm | 25 - .../runtime/Perl5/lib/ANTLR/Runtime/Lexer.pm | 325 - .../lib/ANTLR/Runtime/MismatchedSetException.pm | 9 - .../lib/ANTLR/Runtime/MismatchedTokenException.pm | 33 - .../lib/ANTLR/Runtime/MissingTokenException.pm | 36 - .../lib/ANTLR/Runtime/NoViableAltException.pm | 27 - .../runtime/Perl5/lib/ANTLR/Runtime/Parser.pm | 93 - .../lib/ANTLR/Runtime/ParserRuleReturnScope.pm | 30 - .../lib/ANTLR/Runtime/RecognitionException.pm | 122 - .../lib/ANTLR/Runtime/RecognizerSharedState.pm | 130 - .../Perl5/lib/ANTLR/Runtime/RuleReturnScope.pm | 23 - .../runtime/Perl5/lib/ANTLR/Runtime/Stream.pm | 23 - .../runtime/Perl5/lib/ANTLR/Runtime/Token.pm | 80 - .../runtime/Perl5/lib/ANTLR/Runtime/TokenSource.pm | 35 - .../runtime/Perl5/lib/ANTLR/Runtime/TokenStream.pm | 16 - .../lib/ANTLR/Runtime/UnwantedTokenException.pm | 37 - thirdparty/antlr3-antlr-3.5/runtime/Perl5/port.yml | 4 - .../antlr3-antlr-3.5/runtime/Perl5/t/author/api.t | 95 - .../runtime/Perl5/t/author/perlcritic.t | 19 - .../runtime/Perl5/t/author/perlcriticrc | 5 - .../runtime/Perl5/t/author/pod-coverage.t | 10 - .../antlr3-antlr-3.5/runtime/Perl5/t/author/pod.t | 10 - .../antlr3-antlr-3.5/runtime/Perl5/t/classes.t | 9 - .../Test/ANTLR/Runtime/ANTLRStringStream.pm | 32 - .../Perl5/t/classes/Test/ANTLR/Runtime/BitSet.pm | 82 - .../t/classes/Test/ANTLR/Runtime/CommonToken.pm | 38 - .../t/classes/Test/ANTLR/Runtime/Exception.pm | 32 - .../Perl5/t/classes/Test/ANTLR/Runtime/Lexer.pm | 20 - .../runtime/Perl5/t/examples/expr.t | 85 - .../runtime/Perl5/t/examples/fig.t | 73 - .../runtime/Perl5/t/examples/simplecalc.t | 87 - .../antlr3-antlr-3.5/runtime/Perl5/t/lexer.t | 126 - .../runtime/Perl5/t/lib/ANTLR/Runtime/Test.pm | 155 - .../runtime/Perl5/t/lib/My/Test/Class.pm | 32 - .../runtime/Perl5/t/lib/My/Test/Class/Load.pm | 27 - .../antlr3-antlr-3.5/runtime/Perl5/t/version.t | 15 - .../antlr3-antlr-3.5/runtime/Perl5/tools/antlr.bat | 13 - .../antlr3-antlr-3.5/runtime/Perl5/tools/antlr.sh | 8 - .../antlr3-antlr-3.5/runtime/Perl5/tools/port.pl | 203 - .../Python/dist/antlr_python_runtime-3.4-py2.4.egg | Bin 173464 -> 0 bytes .../Python/dist/antlr_python_runtime-3.4-py2.6.egg | Bin 172221 -> 0 bytes .../Python/dist/antlr_python_runtime-3.4.tar.gz | Bin 76355 -> 0 bytes .../Python/dist/antlr_python_runtime-3.4.zip | Bin 92597 -> 0 bytes .../runtime/Ruby/ANTLR-LICENSE.txt | 26 - .../antlr3-antlr-3.5/runtime/Ruby/History.txt | 149 - .../antlr3-antlr-3.5/runtime/Ruby/README.txt | 132 - .../antlr3-antlr-3.5/runtime/Ruby/lib/antlr3.rb | 212 - .../runtime/Ruby/lib/antlr3/constants.rb | 98 - .../runtime/Ruby/lib/antlr3/debug.rb | 697 --- .../runtime/Ruby/lib/antlr3/debug/event-hub.rb | 210 - .../Ruby/lib/antlr3/debug/record-event-listener.rb | 25 - .../runtime/Ruby/lib/antlr3/debug/rule-tracer.rb | 55 - .../runtime/Ruby/lib/antlr3/debug/socket.rb | 360 -- .../Ruby/lib/antlr3/debug/trace-event-listener.rb | 92 - .../runtime/Ruby/lib/antlr3/dfa.rb | 320 - .../runtime/Ruby/lib/antlr3/dot.rb | 174 - .../runtime/Ruby/lib/antlr3/error.rb | 670 -- .../runtime/Ruby/lib/antlr3/main.rb | 586 -- .../runtime/Ruby/lib/antlr3/modes/ast-builder.rb | 40 - .../runtime/Ruby/lib/antlr3/modes/filter.rb | 58 - .../runtime/Ruby/lib/antlr3/profile.rb | 360 -- .../runtime/Ruby/lib/antlr3/recognizers.rb | 1351 ---- .../runtime/Ruby/lib/antlr3/streams.rb | 1091 ---- .../runtime/Ruby/lib/antlr3/streams/interactive.rb | 136 - .../runtime/Ruby/lib/antlr3/streams/rewrite.rb | 424 -- .../runtime/Ruby/lib/antlr3/task.rb | 488 -- .../runtime/Ruby/lib/antlr3/template.rb | 333 - .../Ruby/lib/antlr3/template/group-file-lexer.rb | 988 --- .../Ruby/lib/antlr3/template/group-file-parser.rb | 666 -- .../runtime/Ruby/lib/antlr3/template/group-file.rb | 20 - .../runtime/Ruby/lib/antlr3/template/parameter.rb | 56 - .../runtime/Ruby/lib/antlr3/test/call-stack.rb | 57 - .../Ruby/lib/antlr3/test/core-extensions.rb | 269 - .../runtime/Ruby/lib/antlr3/test/functional.rb | 231 - .../runtime/Ruby/lib/antlr3/test/grammar.rb | 367 -- .../runtime/Ruby/lib/antlr3/token.rb | 661 -- .../runtime/Ruby/lib/antlr3/tree.rb | 1384 ----- .../runtime/Ruby/lib/antlr3/tree/debug.rb | 164 - .../runtime/Ruby/lib/antlr3/tree/visitor.rb | 84 - .../runtime/Ruby/lib/antlr3/tree/wizard.rb | 493 -- .../runtime/Ruby/lib/antlr3/util.rb | 172 - .../runtime/Ruby/lib/antlr3/version.rb | 27 - thirdparty/antlr3-antlr-3.5/runtime/Ruby/rakefile | 59 - .../Ruby/test/functional/ast-output/auto-ast.rb | 792 --- .../test/functional/ast-output/construction.rb | 554 -- .../test/functional/ast-output/hetero-nodes.rb | 751 --- .../Ruby/test/functional/ast-output/rewrites.rb | 1326 ---- .../test/functional/ast-output/tree-rewrite.rb | 1662 ----- .../Ruby/test/functional/debugging/debug-mode.rb | 688 -- .../Ruby/test/functional/debugging/profile-mode.rb | 165 - .../Ruby/test/functional/debugging/rule-tracing.rb | 73 - .../Ruby/test/functional/delegation/import.rb | 379 -- .../runtime/Ruby/test/functional/lexer/basic.rb | 559 -- .../Ruby/test/functional/lexer/filter-mode.rb | 244 - .../runtime/Ruby/test/functional/lexer/nuances.rb | 46 - .../Ruby/test/functional/lexer/properties.rb | 103 - .../runtime/Ruby/test/functional/lexer/syn-pred.rb | 31 - .../runtime/Ruby/test/functional/lexer/xml.rb | 206 - .../Ruby/test/functional/main/main-scripts.rb | 245 - .../runtime/Ruby/test/functional/parser/actions.rb | 238 - .../Ruby/test/functional/parser/backtracking.rb | 243 - .../runtime/Ruby/test/functional/parser/basic.rb | 282 - .../runtime/Ruby/test/functional/parser/calc.rb | 98 - .../runtime/Ruby/test/functional/parser/ll-star.rb | 143 - .../runtime/Ruby/test/functional/parser/nuances.rb | 164 - .../Ruby/test/functional/parser/predicates.rb | 102 - .../Ruby/test/functional/parser/properties.rb | 242 - .../Ruby/test/functional/parser/rule-methods.rb | 133 - .../runtime/Ruby/test/functional/parser/scopes.rb | 273 - .../functional/template-output/template-output.rb | 404 -- .../Ruby/test/functional/token-rewrite/basic.rb | 317 - .../test/functional/token-rewrite/via-parser.rb | 99 - .../Ruby/test/functional/tree-parser/basic.rb | 749 --- .../Ruby/test/unit/sample-input/file-stream-1 | 2 - .../Ruby/test/unit/sample-input/template-group | 38 - .../runtime/Ruby/test/unit/test-dfa.rb | 52 - .../runtime/Ruby/test/unit/test-exceptions.rb | 56 - .../runtime/Ruby/test/unit/test-recognizers.rb | 55 - .../runtime/Ruby/test/unit/test-scheme.rb | 62 - .../runtime/Ruby/test/unit/test-scope.rb | 45 - .../runtime/Ruby/test/unit/test-streams.rb | 460 -- .../runtime/Ruby/test/unit/test-template.rb | 250 - .../runtime/Ruby/test/unit/test-tree-wizard.rb | 494 -- .../runtime/Ruby/test/unit/test-trees.rb | 843 --- thirdparty/antlr3-antlr-3.5/tool/CHANGES.txt | 3564 ----------- thirdparty/antlr3-antlr-3.5/tool/LICENSE.txt | 26 - thirdparty/antlr3-antlr-3.5/tool/antlr.config | 0 thirdparty/antlr3-antlr-3.5/tool/pom.xml | 81 - .../src/main/antlr3/org/antlr/grammar/v3/ANTLR.g | 1372 ---- .../antlr3/org/antlr/grammar/v3/ANTLRTreePrinter.g | 459 -- .../src/main/antlr3/org/antlr/grammar/v3/ANTLRv3.g | 625 -- .../main/antlr3/org/antlr/grammar/v3/ANTLRv3Tree.g | 262 - .../antlr3/org/antlr/grammar/v3/ActionAnalysis.g | 134 - .../antlr3/org/antlr/grammar/v3/ActionTranslator.g | 810 --- .../org/antlr/grammar/v3/AssignTokenTypesWalker.g | 403 -- .../org/antlr/grammar/v3/CodeGenTreeWalker.g | 1611 ----- .../antlr/grammar/v3/DefineGrammarItemsWalker.g | 701 --- .../org/antlr/grammar/v3/LeftRecursiveRuleWalker.g | 285 - .../org/antlr/grammar/v3/TreeToNFAConverter.g | 856 --- .../tool/src/main/java/org/antlr/Tool.java | 1429 ----- .../main/java/org/antlr/analysis/ActionLabel.java | 60 - .../AnalysisRecursionOverflowException.java | 40 - .../antlr/analysis/AnalysisTimeoutException.java | 36 - .../tool/src/main/java/org/antlr/analysis/DFA.java | 1167 ---- .../main/java/org/antlr/analysis/DFAOptimizer.java | 265 - .../src/main/java/org/antlr/analysis/DFAState.java | 780 --- .../java/org/antlr/analysis/DecisionProbe.java | 909 --- .../main/java/org/antlr/analysis/LL1Analyzer.java | 449 -- .../src/main/java/org/antlr/analysis/LL1DFA.java | 182 - .../src/main/java/org/antlr/analysis/Label.java | 387 -- .../main/java/org/antlr/analysis/LookaheadSet.java | 112 - .../main/java/org/antlr/analysis/MachineProbe.java | 185 - .../tool/src/main/java/org/antlr/analysis/NFA.java | 73 - .../java/org/antlr/analysis/NFAConfiguration.java | 155 - .../main/java/org/antlr/analysis/NFAContext.java | 297 - .../org/antlr/analysis/NFAConversionThread.java | 66 - .../src/main/java/org/antlr/analysis/NFAState.java | 263 - .../java/org/antlr/analysis/NFAToDFAConverter.java | 1734 ------ .../antlr/analysis/NonLLStarDecisionException.java | 38 - .../java/org/antlr/analysis/PredicateLabel.java | 91 - .../org/antlr/analysis/RuleClosureTransition.java | 54 - .../java/org/antlr/analysis/SemanticContext.java | 836 --- .../src/main/java/org/antlr/analysis/State.java | 54 - .../main/java/org/antlr/analysis/StateCluster.java | 41 - .../main/java/org/antlr/analysis/Transition.java | 87 - .../org/antlr/codegen/ACyclicDFACodeGenerator.java | 191 - .../java/org/antlr/codegen/ActionScriptTarget.java | 137 - .../main/java/org/antlr/codegen/CSharp2Target.java | 32 - .../main/java/org/antlr/codegen/CSharp3Target.java | 145 - .../src/main/java/org/antlr/codegen/CTarget.java | 330 - .../main/java/org/antlr/codegen/CodeGenerator.java | 1350 ---- .../src/main/java/org/antlr/codegen/CppTarget.java | 372 -- .../main/java/org/antlr/codegen/DelphiTarget.java | 150 - .../java/org/antlr/codegen/JavaScriptTarget.java | 76 - .../main/java/org/antlr/codegen/JavaTarget.java | 65 - .../main/java/org/antlr/codegen/ObjCTarget.java | 114 - .../main/java/org/antlr/codegen/Perl5Target.java | 94 - .../main/java/org/antlr/codegen/Python3Target.java | 227 - .../main/java/org/antlr/codegen/PythonTarget.java | 226 - .../main/java/org/antlr/codegen/RubyTarget.java | 489 -- .../src/main/java/org/antlr/codegen/Target.java | 364 -- .../tool/src/main/java/org/antlr/misc/Barrier.java | 62 - .../tool/src/main/java/org/antlr/misc/BitSet.java | 581 -- .../tool/src/main/java/org/antlr/misc/Graph.java | 107 - .../src/main/java/org/antlr/misc/IntArrayList.java | 158 - .../tool/src/main/java/org/antlr/misc/IntSet.java | 86 - .../src/main/java/org/antlr/misc/Interval.java | 144 - .../src/main/java/org/antlr/misc/IntervalSet.java | 707 --- .../src/main/java/org/antlr/misc/MultiMap.java | 44 - .../main/java/org/antlr/misc/MutableInteger.java | 42 - .../main/java/org/antlr/misc/OrderedHashSet.java | 119 - .../tool/src/main/java/org/antlr/misc/Utils.java | 89 - .../java/org/antlr/tool/ANTLRErrorListener.java | 42 - .../org/antlr/tool/AssignTokenTypesBehavior.java | 308 - .../src/main/java/org/antlr/tool/Attribute.java | 135 - .../main/java/org/antlr/tool/AttributeScope.java | 198 - .../org/antlr/tool/BuildDependencyGenerator.java | 236 - .../main/java/org/antlr/tool/CompositeGrammar.java | 533 -- .../java/org/antlr/tool/CompositeGrammarTree.java | 159 - .../src/main/java/org/antlr/tool/DOTGenerator.java | 402 -- .../src/main/java/org/antlr/tool/ErrorManager.java | 951 --- .../src/main/java/org/antlr/tool/FASerializer.java | 217 - .../tool/src/main/java/org/antlr/tool/Grammar.java | 3214 ---------- .../src/main/java/org/antlr/tool/GrammarAST.java | 567 -- .../antlr/tool/GrammarAnalysisAbortedMessage.java | 60 - .../antlr/tool/GrammarDanglingStateMessage.java | 75 - .../tool/GrammarInsufficientPredicatesMessage.java | 90 - .../antlr/tool/GrammarNonDeterminismMessage.java | 127 - .../main/java/org/antlr/tool/GrammarReport.java | 483 -- .../main/java/org/antlr/tool/GrammarReport2.java | 94 - .../main/java/org/antlr/tool/GrammarSanity.java | 326 - .../org/antlr/tool/GrammarSemanticsMessage.java | 89 - .../java/org/antlr/tool/GrammarSerializerFoo.java | 217 - .../main/java/org/antlr/tool/GrammarSpelunker.java | 250 - .../java/org/antlr/tool/GrammarSyntaxMessage.java | 82 - .../antlr/tool/GrammarUnreachableAltsMessage.java | 89 - .../tool/src/main/java/org/antlr/tool/Interp.java | 131 - .../src/main/java/org/antlr/tool/Interpreter.java | 456 -- .../org/antlr/tool/LeftRecursionCyclesMessage.java | 52 - .../org/antlr/tool/LeftRecursiveRuleAnalyzer.java | 353 -- .../tool/src/main/java/org/antlr/tool/Message.java | 124 - .../src/main/java/org/antlr/tool/NFAFactory.java | 730 --- .../main/java/org/antlr/tool/NameSpaceChecker.java | 262 - .../org/antlr/tool/NonRegularDecisionMessage.java | 70 - .../src/main/java/org/antlr/tool/RandomPhrase.java | 230 - .../org/antlr/tool/RecursionOverflowMessage.java | 86 - .../tool/src/main/java/org/antlr/tool/Rule.java | 585 -- .../main/java/org/antlr/tool/RuleLabelScope.java | 101 - .../tool/src/main/java/org/antlr/tool/Strip.java | 280 - .../src/main/java/org/antlr/tool/ToolMessage.java | 76 - .../main/java/org/antlr/tool/ToolSTGroupFile.java | 47 - .../tool/src/main/java/org/antlr/tool/serialize.g | 238 - .../src/main/resources/org/antlr/antlr.properties | 7 - .../antlr/codegen/templates/ActionScript/AST.stg | 405 -- .../codegen/templates/ActionScript/ASTParser.stg | 189 - .../templates/ActionScript/ASTTreeParser.stg | 295 - .../templates/ActionScript/ActionScript.stg | 1317 ---- .../org/antlr/codegen/templates/C/AST.stg | 564 -- .../org/antlr/codegen/templates/C/ASTDbg.stg | 56 - .../org/antlr/codegen/templates/C/ASTParser.stg | 205 - .../antlr/codegen/templates/C/ASTTreeParser.stg | 325 - .../resources/org/antlr/codegen/templates/C/C.stg | 3251 ---------- .../org/antlr/codegen/templates/C/Dbg.stg | 243 - .../org/antlr/codegen/templates/CSharp2/AST.stg | 430 -- .../org/antlr/codegen/templates/CSharp2/ASTDbg.stg | 94 - .../antlr/codegen/templates/CSharp2/ASTParser.stg | 192 - .../codegen/templates/CSharp2/ASTTreeParser.stg | 380 -- .../antlr/codegen/templates/CSharp2/CSharp2.stg | 1763 ------ .../org/antlr/codegen/templates/CSharp2/Dbg.stg | 313 - .../org/antlr/codegen/templates/CSharp2/ST.stg | 171 - .../org/antlr/codegen/templates/CSharp3/AST.stg | 428 -- .../org/antlr/codegen/templates/CSharp3/ASTDbg.stg | 98 - .../antlr/codegen/templates/CSharp3/ASTParser.stg | 203 - .../codegen/templates/CSharp3/ASTTreeParser.stg | 377 -- .../antlr/codegen/templates/CSharp3/CSharp3.stg | 1747 ------ .../org/antlr/codegen/templates/CSharp3/Dbg.stg | 312 - .../org/antlr/codegen/templates/CSharp3/ST.stg | 153 - .../org/antlr/codegen/templates/Cpp/Cpp.stg | 2600 -------- .../org/antlr/codegen/templates/Delphi/AST.stg | 445 -- .../antlr/codegen/templates/Delphi/ASTParser.stg | 220 - .../codegen/templates/Delphi/ASTTreeParser.stg | 307 - .../org/antlr/codegen/templates/Delphi/Delphi.stg | 1805 ------ .../org/antlr/codegen/templates/Java/AST.stg | 416 -- .../org/antlr/codegen/templates/Java/ASTDbg.stg | 85 - .../org/antlr/codegen/templates/Java/ASTParser.stg | 199 - .../antlr/codegen/templates/Java/ASTTreeParser.stg | 373 -- .../org/antlr/codegen/templates/Java/Dbg.stg | 264 - .../org/antlr/codegen/templates/Java/Java.stg | 1482 ----- .../org/antlr/codegen/templates/Java/ST.stg | 159 - .../org/antlr/codegen/templates/JavaScript/AST.stg | 403 -- .../codegen/templates/JavaScript/ASTParser.stg | 161 - .../codegen/templates/JavaScript/ASTTreeParser.stg | 253 - .../codegen/templates/JavaScript/JavaScript.stg | 1333 ---- .../antlr/codegen/templates/LeftRecursiveRules.stg | 82 - .../org/antlr/codegen/templates/ObjC/AST.stg | 563 -- .../org/antlr/codegen/templates/ObjC/ASTDbg.stg | 93 - .../org/antlr/codegen/templates/ObjC/ASTParser.stg | 210 - .../antlr/codegen/templates/ObjC/ASTTreeParser.stg | 365 -- .../org/antlr/codegen/templates/ObjC/Dbg.stg | 228 - .../org/antlr/codegen/templates/ObjC/ObjC.stg | 2145 ------- .../org/antlr/codegen/templates/ObjC/ST.stg | 371 -- .../org/antlr/codegen/templates/ObjC/ST4ObjC.stg | 232 - .../codegen/templates/Perl5/ASTTreeParser.stg | 258 - .../org/antlr/codegen/templates/Perl5/Perl5.stg | 1373 ---- .../org/antlr/codegen/templates/Python/AST.stg | 452 -- .../org/antlr/codegen/templates/Python/ASTDbg.stg | 59 - .../antlr/codegen/templates/Python/ASTParser.stg | 199 - .../codegen/templates/Python/ASTTreeParser.stg | 311 - .../org/antlr/codegen/templates/Python/Dbg.stg | 325 - .../org/antlr/codegen/templates/Python/Python.stg | 1481 ----- .../org/antlr/codegen/templates/Python/ST.stg | 171 - .../org/antlr/codegen/templates/Python3/AST.stg | 452 -- .../org/antlr/codegen/templates/Python3/ASTDbg.stg | 59 - .../antlr/codegen/templates/Python3/ASTParser.stg | 199 - .../codegen/templates/Python3/ASTTreeParser.stg | 311 - .../org/antlr/codegen/templates/Python3/Dbg.stg | 325 - .../antlr/codegen/templates/Python3/Python3.stg | 1499 ----- .../org/antlr/codegen/templates/Python3/ST.stg | 171 - .../org/antlr/codegen/templates/Ruby/AST.stg | 327 - .../org/antlr/codegen/templates/Ruby/ASTDbg.stg | 37 - .../org/antlr/codegen/templates/Ruby/ASTParser.stg | 143 - .../antlr/codegen/templates/Ruby/ASTTreeParser.stg | 241 - .../org/antlr/codegen/templates/Ruby/Dbg.stg | 192 - .../org/antlr/codegen/templates/Ruby/Ruby.stg | 1477 ----- .../org/antlr/codegen/templates/Ruby/ST.stg | 123 - .../org/antlr/codegen/templates/Scala/Scala.stg | 1385 ----- .../resources/org/antlr/tool/templates/depend.stg | 12 - .../resources/org/antlr/tool/templates/dot/dot.stg | 73 - .../tool/templates/messages/formats/antlr.stg | 42 - .../antlr/tool/templates/messages/formats/gnu.stg | 42 - .../tool/templates/messages/formats/vs2005.stg | 42 - .../antlr/tool/templates/messages/languages/en.stg | 300 - .../src/test/java/org/antlr/test/BaseTest.java | 979 --- .../test/java/org/antlr/test/DebugTestAutoAST.java | 32 - .../org/antlr/test/DebugTestCompositeGrammars.java | 32 - .../java/org/antlr/test/DebugTestRewriteAST.java | 33 - .../src/test/java/org/antlr/test/ErrorQueue.java | 73 - .../java/org/antlr/test/TestASTConstruction.java | 374 -- .../test/java/org/antlr/test/TestAttributes.java | 3120 ---------- .../src/test/java/org/antlr/test/TestAutoAST.java | 822 --- .../org/antlr/test/TestBufferedTreeNodeStream.java | 77 - .../java/org/antlr/test/TestCharDFAConversion.java | 550 -- .../java/org/antlr/test/TestCommonTokenStream.java | 227 - .../java/org/antlr/test/TestCompositeGrammars.java | 975 --- .../java/org/antlr/test/TestDFAConversion.java | 1789 ------ .../test/java/org/antlr/test/TestDFAMatching.java | 104 - .../test/java/org/antlr/test/TestFastQueue.java | 132 - .../test/java/org/antlr/test/TestHeteroAST.java | 546 -- .../java/org/antlr/test/TestInterpretedLexing.java | 182 - .../org/antlr/test/TestInterpretedParsing.java | 184 - .../test/java/org/antlr/test/TestIntervalSet.java | 388 -- .../org/antlr/test/TestJavaCodeGeneration.java | 161 - .../java/org/antlr/test/TestLeftRecursion.java | 386 -- .../src/test/java/org/antlr/test/TestLexer.java | 256 - .../src/test/java/org/antlr/test/TestMessages.java | 79 - .../java/org/antlr/test/TestNFAConstruction.java | 1206 ---- .../test/java/org/antlr/test/TestRewriteAST.java | 1472 ----- .../java/org/antlr/test/TestRewriteTemplates.java | 320 - .../test/TestSemanticPredicateEvaluation.java | 241 - .../org/antlr/test/TestSemanticPredicates.java | 935 --- .../src/test/java/org/antlr/test/TestSets.java | 291 - .../java/org/antlr/test/TestSymbolDefinitions.java | 914 --- .../test/TestSyntacticPredicateEvaluation.java | 422 -- .../test/java/org/antlr/test/TestSyntaxErrors.java | 165 - .../test/java/org/antlr/test/TestTemplates.java | 376 -- .../org/antlr/test/TestTokenRewriteStream.java | 810 --- .../java/org/antlr/test/TestTopologicalSort.java | 115 - .../org/antlr/test/TestTreeGrammarRewriteAST.java | 1121 ---- .../test/java/org/antlr/test/TestTreeIterator.java | 132 - .../java/org/antlr/test/TestTreeNodeStream.java | 378 -- .../test/java/org/antlr/test/TestTreeParsing.java | 342 - .../test/java/org/antlr/test/TestTreeWizard.java | 412 -- .../src/test/java/org/antlr/test/TestTrees.java | 405 -- tox.ini | 24 +- 2055 files changed, 8901 insertions(+), 378168 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2121a79..4aa6e4a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,3 @@ eventlet!=0.18.3,>=0.18.2 # MIT -PuLP>=1.0.4 # MIT -keystoneauth1>=2.10.0 # Apache-2.0 -keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0 # Apache-2.0 +PuLP>=1.4.1 # MIT +keystoneauth1>=2.18.0 # Apache-2.0 +keystonemiddleware>=4.12.0 # Apache-2.0 @@ -12,3 +12,4 @@ PasteDeploy>=1.5.0 # MIT -pbr>=1.6 # Apache-2.0 -python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0 -python-heatclient>=1.4.0 # Apache-2.0 +pbr>=1.8 # Apache-2.0 +aodhclient>=0.7.0 # Apache-2.0 +python-keystoneclient>=3.8.0 # Apache-2.0 +python-heatclient>=1.6.1 # Apache-2.0 @@ -16 +17 @@ python-muranoclient>=0.8.2 # Apache-2.0 -python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0 +python-novaclient!=7.0.0,>=6.0.0 # Apache-2.0 @@ -20,3 +21,3 @@ python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0 -python-swiftclient>=2.2.0 # Apache-2.0 -python-ironicclient>=1.6.0 # Apache-2.0 -alembic>=0.8.4 # MIT +python-swiftclient>=3.2.0 # Apache-2.0 +python-ironicclient>=1.11.0 # Apache-2.0 +alembic>=0.8.10 # MIT @@ -24 +25 @@ python-dateutil>=2.4.2 # BSD -python-glanceclient!=2.4.0,>=2.3.0 # Apache-2.0 +python-glanceclient>=2.5.0 # Apache-2.0 @@ -29 +30 @@ oslo.concurrency>=3.8.0 # Apache-2.0 -oslo.config>=3.14.0 # Apache-2.0 +oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 @@ -31,3 +32,3 @@ oslo.context>=2.9.0 # Apache-2.0 -oslo.db!=4.13.1,!=4.13.2,>=4.10.0 # Apache-2.0 -oslo.messaging>=5.2.0 # Apache-2.0 -oslo.policy>=1.9.0 # Apache-2.0 +oslo.db>=4.15.0 # Apache-2.0 +oslo.messaging>=5.14.0 # Apache-2.0 +oslo.policy>=1.17.0 # Apache-2.0 @@ -36 +37 @@ oslo.service>=1.10.0 # Apache-2.0 -oslo.utils>=3.16.0 # Apache-2.0 +oslo.utils>=3.18.0 # Apache-2.0 @@ -38,3 +39,3 @@ oslo.middleware>=3.0.0 # Apache-2.0 -oslo.vmware>=2.11.0 # Apache-2.0 -oslo.log>=1.14.0 # Apache-2.0 -WebOb>=1.2.3 # MIT +oslo.vmware>=2.17.0 # Apache-2.0 +oslo.log>=3.11.0 # Apache-2.0 +WebOb>=1.6.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index fae3138..8830a3c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ hacking<0.11,>=0.10.2 -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 @@ -9,2 +9,3 @@ mock>=2.0 # BSD -mox3>=0.7.0 # Apache-2.0 -requests-mock>=1.0 # Apache-2.0 +mox3!=0.19.0,>=0.7.0 # Apache-2.0 +oslotest>=1.10.0 # Apache-2.0 +requests-mock>=1.1 # Apache-2.0 @@ -15 +16 @@ testtools>=1.4.0 # MIT -tenacity>=3.0.0 # Apache-2.0 +tenacity>=3.2.1 # Apache-2.0 @@ -18,2 +19,2 @@ tenacity>=3.0.0 # Apache-2.0 -sphinx!=1.3b1,<1.3,>=1.2.1 # BSD -oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 +sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +oslosphinx>=4.7.0 # Apache-2.0 @@ -22 +23 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 -reno>=1.8.0 # Apache2 +reno>=1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org