summaryrefslogtreecommitdiff
path: root/NOTES.org
diff options
context:
space:
mode:
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 ?!