summaryrefslogtreecommitdiff
path: root/cli/runtime-source.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-09-27 18:20:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-09-27 18:20:49 +0200
commit4b1e037fb0f763cd3e3401d71b66269440d75dbf (patch)
tree68d16506b8c7410c0e0fd34358249ebf4929f395 /cli/runtime-source.hxx
parentb5e7ac58b0e44a7903808d622f5af97c07171281 (diff)
Generate parsing constructors and parsing code
Also generate some runtime support code such exceptions, value parsers, etc.
Diffstat (limited to 'cli/runtime-source.hxx')
-rw-r--r--cli/runtime-source.hxx14
1 files changed, 14 insertions, 0 deletions
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 <boris@codesynthesis.com>
+// 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