module Dhall::Parser
Constants
- OPERATORS
- RecordTypeEntry
Public Class Methods
parse(*args)
click to toggle source
# File lib/dhall/parser.rb, line 8 def self.parse(*args) CitrusParser.parse(*args) end
parse_file(*args)
click to toggle source
# File lib/dhall/parser.rb, line 12 def self.parse_file(*args) CitrusParser.parse_file(*args) end