sails-idl-parser 0.10.4

IDL parser for the Sails framework
Documentation
1
2
3
4
5
6
7
pub mod ast;
mod grammar;
mod lexer;

pub mod ffi {
    pub mod ast;
}