From fe38fd6a8859447a154a5698a3e21d9203262be2 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Fri, 22 Mar 2019 00:01:30 +0100 Subject: Parse a lot more of the import types --- dhall_parser/src/dhall.pest.visibility | 36 +++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'dhall_parser/src') 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 -- cgit v1.2.3