class OBJ::ParserBase
- OBJ::ParserBase
- Reference
- Object
Direct Known Subclasses
Defined in:
obj/parser.crInstance Method Summary
- #custom_file_opener : Proc(String, IO) | Nil
- #custom_file_opener=(custom_file_opener : Proc(String, IO) | Nil)
- #on(tag : String | Symbol, &proc : String, String -> )
- #on(r : Regex, &proc : String, String -> )
- #on_warning(&proc : String -> )
- #open_file(file)
- #open_file(file, &block : IO -> )
- #parse!
- #warn(s)