Sha256: a597a5b9de66b5652d1138792eeff1a81de503421b2c4dd65b260b1869487ce0
Contents?: true
Size: 258 Bytes
Versions: 3
Compression:
Stored size: 258 Bytes
Contents
#ifndef _IV_PHONIC_PARSER_H_ #define _IV_PHONIC_PARSER_H_ #include <ruby.h> #include <iv/parser.h> #include "factory.h" namespace iv { namespace phonic { typedef core::Parser<AstFactory> Parser; } } // namespace iv::phonic #endif // _IV_PHONIC_PARSER_H_
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
iv-phonic-0.0.3 | ext/iv/phonic/parser.h |
iv-phonic-0.0.2 | ext/iv/phonic/parser.h |
iv-phonic-0.0.1 | ext/iv/phonic/parser.h |