summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS5
1 files changed, 5 insertions, 0 deletions
diff --git a/BUGS b/BUGS
new file mode 100644
index 0000000..1013d10
--- /dev/null
+++ b/BUGS
@@ -0,0 +1,5 @@
+- if an parse error occurs, memory will be leaked--implement an
+ allocator and do a non-recursive free if parse fails
+
+- IDL tree to IDL string will not properly escape identifiers that
+ are keywords, generating bogus output without warning