From 3e7d188cbe7bc9bce4a14318e2f62583fe2501d1 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 3 Jun 2022 20:02:46 -0400 Subject: Extensible import syntax [Part 4] --- stdlib/source/program/aedifex/parser.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib/source/program/aedifex/parser.lux') diff --git a/stdlib/source/program/aedifex/parser.lux b/stdlib/source/program/aedifex/parser.lux index cc45e659e..b4014f06a 100644 --- a/stdlib/source/program/aedifex/parser.lux +++ b/stdlib/source/program/aedifex/parser.lux @@ -23,13 +23,13 @@ [descriptor (.only Module)]]]]]] [world [net (.only URL)]]]] - ["[0]" // "_" + ["[0]" // ["/" profile] ["[1][0]" runtime (.only Runtime)] ["[1][0]" project (.only Project)] ["[1][0]" dependency] ["[1][0]" format] - ["[1][0]" repository "_" + ["[1][0]" repository ["[1]" remote]] ["[1][0]" artifact (.only Artifact) ["[1]/[0]" type]]]) -- cgit v1.2.3