]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.databoard/cpp/DataBoardTest/libantlr3c-3.2/include/antlr3.h
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.databoard / cpp / DataBoardTest / libantlr3c-3.2 / include / antlr3.h
1 #ifndef _ANTLR3_H\r
2 #define _ANTLR3_H\r
3 \r
4 // [The "BSD licence"]\r
5 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC\r
6 // http://www.temporal-wave.com\r
7 // http://www.linkedin.com/in/jimidle\r
8 //\r
9 // All rights reserved.\r
10 //\r
11 // Redistribution and use in source and binary forms, with or without\r
12 // modification, are permitted provided that the following conditions\r
13 // are met:\r
14 // 1. Redistributions of source code must retain the above copyright\r
15 //    notice, this list of conditions and the following disclaimer.\r
16 // 2. Redistributions in binary form must reproduce the above copyright\r
17 //    notice, this list of conditions and the following disclaimer in the\r
18 //    documentation and/or other materials provided with the distribution.\r
19 // 3. The name of the author may not be used to endorse or promote products\r
20 //    derived from this software without specific prior written permission.\r
21 //\r
22 // THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR\r
23 // IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\r
24 // OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\r
25 // IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,\r
26 // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\r
27 // NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\r
28 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\r
29 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\r
30 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\r
31 // THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
32 \r
33 #include    <antlr3defs.h>\r
34 \r
35 #include    <antlr3errors.h>\r
36 #include    <antlr3exception.h>\r
37 #include    <antlr3encodings.h>\r
38 #include    <antlr3string.h>\r
39 #include    <antlr3input.h>\r
40 #include    <antlr3cyclicdfa.h>\r
41 #include    <antlr3intstream.h>\r
42 #include    <antlr3filestream.h>\r
43 #include    <antlr3collections.h>\r
44 #include        <antlr3recognizersharedstate.h>\r
45 #include    <antlr3baserecognizer.h>\r
46 #include    <antlr3commontoken.h>\r
47 #include    <antlr3tokenstream.h>\r
48 #include    <antlr3bitset.h>\r
49 #include    <antlr3lexer.h>\r
50 #include    <antlr3parser.h>\r
51 #include    <antlr3basetreeadaptor.h>\r
52 #include    <antlr3commontreeadaptor.h>\r
53 #include    <antlr3rewritestreams.h>\r
54 #include        <antlr3debugeventlistener.h>\r
55 \r
56 #endif\r