antlr/doc
Mike Lischke 89442c6cb8 Changes for deployment.
- Settled on a final library name scheme: base part is "libantlr4-runtime" on MacOS + Linux. The extension determines the type (.a static lib, .dylib dynamic lib in MacOS, .so dynamic lib in Linux). No more mention of target language (cpp) or type (static) in the lib name. On Windows we omit the lib prefix, so the name becomes: antlr4-runtime.dll + antlr4-runtime.lib. We may later want to add version information there, but doing that automatically is difficult.
- Updated XCode project and CMakeLists.txt file for the new naming scheme.
- Added deployment scripts for source code (for Linux + iOS) and MacOS.
- Added C++ section in docs/releasing-antlr.md.
2016-06-19 15:31:09 +02:00
..
faq fix links 2015-11-23 16:19:45 -08:00
images add more doc 2015-11-23 15:57:58 -08:00
resources more doc 2015-11-22 09:25:41 -08:00
IDEs.md add more doc 2015-11-23 15:57:58 -08:00
ace-javascript-target.md Update ace-javascript-target.md 2016-01-03 21:18:32 -05:00
actions.md documentation typos 2016-03-27 20:04:54 -04:00
adding-tests.md got doc in on adding tests 2015-10-28 17:06:40 -07:00
building-antlr.md Signficantly simplified Token handling. 2016-06-13 13:12:02 +02:00
cpp-target.md Simplified parse tree listener handling. 2016-06-17 10:22:19 +02:00
creating-a-language-target.md update docs 2016-05-05 21:58:05 -07:00
csharp-target.md more doc 2015-11-22 09:25:41 -08:00
getting-started.md first doc commit 2015-10-27 17:36:22 -07:00
grammars.md documentation typos 2016-03-27 20:04:54 -04:00
index.md tweak doc 2015-11-26 11:04:58 -08:00
interpreters.md add more doc 2015-11-23 15:57:58 -08:00
java-target.md add more doc 2015-11-23 15:57:58 -08:00
javascript-target.md more doc 2015-11-22 09:25:41 -08:00
left-recursion.md documentation typos 2016-03-27 20:04:54 -04:00
lexer-rules.md documentation typos 2016-03-27 20:04:54 -04:00
lexicon.md add lexicon 2015-10-28 17:24:15 -07:00
listeners.md Signed to contributors.txt 2015-12-17 01:15:49 +01:00
options.md tweak doc 2016-03-30 16:06:11 -07:00
parser-rules.md parser rules doc in 2015-10-31 14:28:59 -07:00
predicates.md documentation typos 2016-03-27 20:04:54 -04:00
python-target.md more doc 2015-11-22 09:25:41 -08:00
releasing-antlr.md Changes for deployment. 2016-06-19 15:31:09 +02:00
resources.md add more doc 2015-11-23 16:06:04 -08:00
runtimetests-overview.md All C++ runtime tests pass now. 2016-06-04 12:11:38 +02:00
targets.md Format feature parity table as markdown table 2016-03-07 12:14:37 +01:00
tool-options.md add more doc 2015-11-19 12:47:28 -08:00
tree-matching.md documentation typos 2016-03-27 20:04:54 -04:00
wildcard.md add fuzzy doc 2015-11-04 17:22:26 -08:00