Home | History | Annotate | only in /external/antlr/antlr-3.4/runtime/ActionScript
Up to higher level directory
NameDateSize
AUTHORS21-Aug-2018100
lib/21-Aug-2018
LICENSE21-Aug-20181.4K
project/21-Aug-2018
README21-Aug-20182.1K

README

      1 1) ABOUT
      2 ========
      3 
      4 This is the ActionScript package 'antlr3', which is required to use parsers created
      5 by the ANTLR3 tool. See <http://www.antlr.org/> for more information about
      6 ANTLR3.
      7 
      8 
      9 2) STATUS
     10 =========
     11 
     12 The ActionScript target for ANTLR3 is considered a solid beta at this point.  Most things
     13 should work, but a comprehensive suite of tests has not been built yet, so some areas may
     14 be untested.
     15 
     16 3) DOWNLOAD
     17 ===========
     18 
     19 This runtime is part of the ANTLR distribution. The latest version can be found
     20 at <http://www.antlr.org/download.html>.
     21 
     22 If you are interested in the latest, most bleeding edge version, have a look at
     23 the perforce depot at <http://fisheye2.cenqua.com/browse/antlr>. There are
     24 tarballs ready to download, so you don't have to install the perforce client.
     25 
     26 
     27 4) USAGE
     28 ===============
     29 
     30 Include the antlr3.swc from the lib directory into your flex project.
     31 
     32 5) DOCUMENTATION
     33 ================
     34 
     35 API Documentation is available in the file "antlr3-asdoc.zip"  User documentation
     36 (as far as it exists) can be found in the wiki
     37 <http://www.antlr.org/wiki/display/ANTLR3/Antlr3ActionScriptTarget>
     38 
     39 
     40 6) REPORTING BUGS
     41 =================
     42 
     43 Please send bug reports to the ANTLR mailing list 
     44 <http://www.antlr.org:8080/mailman/listinfo/antlr-interest> or
     45 <george.scott-antrl (a] gmail.com>.  Direct e-mail is preferable as the antlr-interest
     46 list is not read on a daily basis by the maintainers.
     47 
     48 Existing bugs may appear someday in the bugtracker:
     49 <http://www.antlr.org:8888/browse/ANTLR>
     50 
     51 
     52 7) HACKING
     53 ==========
     54 
     55 Only the runtime package can be found here. There are also some StringTemplate
     56 files in 'src/org/antlr/codegen/templates/ActionScript/' and some Java code in
     57 'src/org/antlr/codegen/ActionScriptTarget.java' (of the main ANTLR3 source
     58 distribution).
     59 
     60 The 'project' directory contains everything you need to rebuild the library from source.
     61 It also includes all unit tests.
     62 
     63 Please send patches to <george.scott-antlr (a] gmail.com>. For larger code contributions you'll
     64 have to sign the "Developer's Certificate of Origin", which can be found on
     65 <http://www.antlr.org/license.html> or use the feedback form at
     66 <http://www.antlr.org/misc/feedback>.
     67