Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Jackson committed Jun 14, 2011
1 parent 9357b04 commit 5755579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.org
Expand Up @@ -45,7 +45,7 @@ func main() Integer {
+ ast.clj is for transforming AST=>LLVM IR
+ main.clj is for LLVM IR=>object file=>linking.
+ llvm.clj contains needed llvm bindings for clojure.
+ native.clj is like clj-native, but less efficient. (I couldn't get arrays of pointers working in clj-native.)
+ native.clj is a thin JNA wrapper. It's like clj-native, but less efficient. (I couldn't get arrays of pointers working in clj-native.)

If input program is this:
#+BEGIN_SRC
Expand Down

0 comments on commit 5755579

Please sign in to comment.