summaryrefslogtreecommitdiff
path: root/NOTES.org
diff options
context:
space:
mode:
authorDave Smith <dizzyd@dizzyd.com>2009-11-25 15:23:42 -0700
committerDave Smith <dizzyd@dizzyd.com>2009-11-25 15:23:42 -0700
commitb7e2088c273708bd5ce46b3c135c20f2229c7ccf (patch)
treebd6d3a9d345465d87a8e6d3a56b41067f81086ce /NOTES.org
downloadrebar-b7e2088c273708bd5ce46b3c135c20f2229c7ccf.tar.gz
Initial commit
Diffstat (limited to 'NOTES.org')
-rw-r--r--NOTES.org28
1 files changed, 28 insertions, 0 deletions
diff --git a/NOTES.org b/NOTES.org
new file mode 100644
index 0000000..798cf4d
--- /dev/null
+++ b/NOTES.org
@@ -0,0 +1,28 @@
+
+* Major operations
+** Compile
+*** Code generation
+*** Compilation/linking
+*** App validation
+** Clean
+** ct testing
+** eunit testing
+** Installation
+** Doc generation
+
+* Modes/File types
+** Erlang
+** Port driver
+** NIF driver
+** SNMP MIBs
+** ASN.1 files
+
+* Misc. Notes
+** Port/NIF driver compilation needs pre/post hook
+** Need to support code generation for things like protobuf
+** Need to support compilation flags
+
+* Contexts
+** Application
+** General
+** Release ?!