summaryrefslogtreecommitdiffstats
path: root/development/gob2/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/gob2/README')
-rw-r--r--development/gob2/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/development/gob2/README b/development/gob2/README
new file mode 100644
index 0000000000..8eaaad9bce
--- /dev/null
+++ b/development/gob2/README
@@ -0,0 +1,4 @@
+GOB (GOB2 anyway) is a preprocessor for making GObjects with inline C
+code so that generated files are not edited. Syntax is inspired by Java
+and Yacc or Lex. The implementation is intentionally kept simple, and
+no C actual code parsing is done.