Sha256: 26656a4ce0a279c9c810c7d721a9c39cd817150b5c1f8965553ddf5515af409d

Contents?: true

Size: 286 Bytes

Versions: 9

Compression:

Stored size: 286 Bytes

Contents

#ifndef _IV_PHONIC_PARSER_H_
#define _IV_PHONIC_PARSER_H_
#include <iv/parser.h>
#include "factory.h"
#include "source.h"
namespace iv {
namespace phonic {

typedef core::Parser<AstFactory, UTF16Source, true, false> Parser;

} }  // namespace iv::phonic
#endif  // _IV_PHONIC_PARSER_H_

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
iv-phonic-0.1.8 ext/iv/phonic/parser.h
iv-phonic-0.1.7 ext/iv/phonic/parser.h
iv-phonic-0.1.6 ext/iv/phonic/parser.h
iv-phonic-0.1.5 ext/iv/phonic/parser.h
iv-phonic-0.1.4 ext/iv/phonic/parser.h
iv-phonic-0.1.3 ext/iv/phonic/parser.h
iv-phonic-0.1.2 ext/iv/phonic/parser.h
iv-phonic-0.1.1 ext/iv/phonic/parser.h
iv-phonic-0.1.0 ext/iv/phonic/parser.h