Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add todo.txt to the list and version bumps
This adds a very simple todo.txt to the project that should be used to
hold developer oriented todo comments.
  • Loading branch information
ericbmerritt committed Nov 11, 2012
1 parent 3022910 commit d082e4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/joxa-shell.jxa
Expand Up @@ -79,6 +79,6 @@
(defn+ start ()
(let* (ctx (joxa-compiler/start-interactive))
(joxa-cmp-ctx/namespace-name-ctx ctx :joxa-is)
(io/format "Joxa Version 0.1.2+build.1.8b633e8~n~n")
(io/format "Joxa Version 0.1.2+build.4.3022910~n~n")
(loop ctx <<>>)
(joxa-compiler/stop-interactive ctx)))
2 changes: 1 addition & 1 deletion src/joxa.app.src
Expand Up @@ -2,7 +2,7 @@

{application, joxa,
[{description, "The Joxa Language Implementation"},
{vsn, "0.1.2+build.1.8b633e8"},
{vsn, "0.1.2+build.4.3022910"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, compiler, erlware_commons,
Expand Down
4 changes: 4 additions & 0 deletions todo.txt
@@ -0,0 +1,4 @@
all functions should return a ctx and a noop or form
check unferenced variables at each scope pop
provide the ability to alias non-existant functions
require and use should be statements that can be used at any level

0 comments on commit d082e4d

Please sign in to comment.