From b6e72877a1a26a6ae16961728ee57e45f657f717 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 18 Mar 2015 15:45:56 +0200 Subject: Implement complete root/base detection, basic module support This is the initial groundwork for the configuration support. --- build/parser | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build/parser') diff --git a/build/parser b/build/parser index 50e306d..0d42d73 100644 --- a/build/parser +++ b/build/parser @@ -50,6 +50,9 @@ namespace build void include (token&, token_type&); + void + load (token&, token_type&); + names_type names (token& t, token_type& tt) { -- cgit v1.1