diff options
author | Nadrieril | 2019-03-22 00:01:30 +0100 |
---|---|---|
committer | Nadrieril | 2019-03-22 00:01:30 +0100 |
commit | fe38fd6a8859447a154a5698a3e21d9203262be2 (patch) | |
tree | 814b0db038315f4b193374a9f5f9e672941bb0c3 /dhall_parser | |
parent | 66e7c7750844bc976f23616c4a0103e778bdf4bd (diff) |
Parse a lot more of the import types
Diffstat (limited to 'dhall_parser')
-rw-r--r-- | dhall_parser/src/dhall.pest.visibility | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/dhall_parser/src/dhall.pest.visibility b/dhall_parser/src/dhall.pest.visibility index 00075d3..3d0a80c 100644 --- a/dhall_parser/src/dhall.pest.visibility +++ b/dhall_parser/src/dhall.pest.visibility @@ -35,9 +35,9 @@ single_quote_literal # as_raw # using_raw # merge_raw -# missing_raw +missing_raw # Optional_raw -# Text_raw +Text_raw # List_raw # Infinity_raw # if_ @@ -98,28 +98,28 @@ path scheme http_raw authority -userinfo -host -port -IP_literal -IPvFuture -IPv6address -h16 -ls32 -IPv4address -dec_octet -reg_name -pchar +# userinfo +# host +# port +# IP_literal +# IPvFuture +# IPv6address +# h16 +# ls32 +# IPv4address +# dec_octet +# reg_name +# pchar query fragment -pct_encoded -unreserved -sub_delims +# pct_encoded +# unreserved +# sub_delims http env_raw bash_environment_variable posix_environment_variable -posix_environment_variable_character +# posix_environment_variable_character import_type_raw hash_raw import_hashed_raw |