Tero Koskinen is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

tkoskine / antlr-ada-runtime

Ada runtime for Antlr 3.1.3

Clone this repository (size: 23.0 KB): HTTPS / SSH
hg clone https://bitbucket.org/tkoskine/antlr-ada-runtime
hg clone ssh://hg@bitbucket.org/tkoskine/antlr-ada-runtime

Commit e5882af74900 Raw commit »

commit
e5882af74900
branch
default

Ada target runtime for Antlr 3.1.3.

Comments

    Log in to comment »

    File Lines added Lines removed
    Makefile 12
    gnat/antlr_lib.gpr 51
    src/antlr-runtime-base_recognizer.adb 29
    src/antlr-runtime-base_recognizer.ads 35
    src/antlr-runtime-bit_set.adb 127
    src/antlr-runtime-bit_set.ads 34
    src/antlr-runtime-lexers.adb 97
    src/antlr-runtime-lexers.ads 66
    src/antlr-runtime-streams-antlr_string_streams.adb 207
    src/antlr-runtime-streams-antlr_string_streams.ads 83
    src/antlr-runtime-streams-char_streams.adb 8
    src/antlr-runtime-streams-char_streams.ads 40
    src/antlr-runtime-streams-int_streams.adb 14
    src/antlr-runtime-streams-int_streams.ads 41
    src/antlr-runtime-streams.ads 5
    src/antlr-runtime-token_sources-lexer_token_sources.adb 14
    src/antlr-runtime-token_sources-lexer_token_sources.ads 15
    src/antlr-runtime-token_sources.ads 9
    src/antlr-runtime-tokens.adb 95
    src/antlr-runtime-tokens.ads 107
    src/antlr-runtime.ads 8
    src/antlr.ads 4
    src/hauki-containers-doubly_linked_lists.adb 421
    src/hauki-containers-doubly_linked_lists.ads 188
    src/hauki-containers.ads 23
    src/hauki.ads 19
    tests/string_stream_tests.adb 72
    tests/string_stream_tests.ads 28
    tests/tester.adb 28