Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / TAO_IDL / README.md
blob7d76776c803fbde233f3f43c6449d4866be98a52
1 # TAO\_IDL
3 TAO\_IDL/`tao_idl` is TAO's Interface Description Language (IDL) compiler. It
4 is based on Sun Microsystems' OMG IDL Compiler Front End (CFE) version 1.3,
5 which was released in 1994. It implements most IDL v3 features and, starting
6 with TAO 2.5.4, some features from IDL v4.
8 ## User Documentation
10 User documentation on using TAO\_IDL can be found at
11 [../docs/compiler.html](../docs/compiler.html).
13 ## Developer Documentation
15 For developers either making use of TAO\_IDL in a downstream compiler or
16 contributing to TAO\_IDL, documentation can be found at
17 [docs/README.md](docs/README.md).