Sha256: 77fcdbd567dca68f60208282126f54e54c21c1e7d16c474a13eae298b236fea2
Contents?: true
Size: 279 Bytes
Versions: 2
Compression:
Stored size: 279 Bytes
Contents
#ifndef MEL_GRAMMAR_HPP #define MEL_GRAMMAR_HPP #include "internal.hpp" namespace melbourne { VALUE string_to_ast(VALUE ptp, const char *f, bstring s, int line); VALUE file_to_ast(VALUE ptp, const char *f, FILE *file, int start); quark id_to_quark(QUID id); }; #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
melbourne-1.0.1 | ext/melbourne/grammar.hpp |
melbourne-1.0.0 | ext/melbourne/grammar.hpp |