Documentation
¶
Overview ¶
The IDL parser reads IDL files for the Babel tools. IDL files describe models and web services. The parser package uses Go's built-in lexical analyzer and Go's YACC tool to parse IDL files. The result is placed into the structures defined in the idl package.
For more information, see the README.md file.
Index ¶
Constants ¶
View Source
const ABSTRACT = 57362
View Source
const AS = 57366
View Source
const BASETYPE = 57363
View Source
const BINARY = 57353
View Source
const BOOL = 57351
View Source
const CHAR = 57348
View Source
const COMMENT = 57352
View Source
const CONST = 57357
View Source
const ENUM = 57358
View Source
const EXTENDS = 57360
View Source
const FLOAT = 57350
View Source
const IDENT = 57346
View Source
const IMPORT = 57354
View Source
const INT = 57349
View Source
const LANG = 57356
View Source
const LIST = 57364
View Source
const MAP = 57365
View Source
const NAMESPACE = 57355
View Source
const SERVICE = 57361
View Source
const STRING = 57347
View Source
const STRUCT = 57359
View Source
const VOID = 57367
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.