From 4b1e037fb0f763cd3e3401d71b66269440d75dbf Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 27 Sep 2009 18:20:49 +0200 Subject: Generate parsing constructors and parsing code Also generate some runtime support code such exceptions, value parsers, etc. --- cli/runtime-source.hxx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 cli/runtime-source.hxx (limited to 'cli/runtime-source.hxx') diff --git a/cli/runtime-source.hxx b/cli/runtime-source.hxx new file mode 100644 index 0000000..efcba29 --- /dev/null +++ b/cli/runtime-source.hxx @@ -0,0 +1,14 @@ +// file : cli/runtime-source.hxx +// author : Boris Kolpackov +// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// license : MIT; see accompanying LICENSE file + +#ifndef CLI_RUNTIME_SOURCE_HXX +#define CLI_RUNTIME_SOURCE_HXX + +#include "context.hxx" + +void +generate_runtime_source (context&); + +#endif // CLI_RUNTIME_SOURCE_HXX -- cgit v1.1