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-header.hxx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 cli/runtime-header.hxx (limited to 'cli/runtime-header.hxx') diff --git a/cli/runtime-header.hxx b/cli/runtime-header.hxx new file mode 100644 index 0000000..5f78e9d --- /dev/null +++ b/cli/runtime-header.hxx @@ -0,0 +1,17 @@ +// file : cli/runtime-header.hxx +// author : Boris Kolpackov +// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// license : MIT; see accompanying LICENSE file + +#ifndef CLI_RUNTIME_HEADER_HXX +#define CLI_RUNTIME_HEADER_HXX + +#include "context.hxx" + +void +generate_runtime_header_decl (context&); + +void +generate_runtime_header_impl (context&); + +#endif // CLI_RUNTIME_HEADER_HXX -- cgit v1.1