Commit Graph

2 Commits

Author SHA1 Message Date
Edwin Brady
d4371e69c3 Generate interface files for C->Idris calls
--interface command line option will generate header files from any
FFI_Export structures, and compile as a .o rather than as an executable.
2015-03-07 22:09:51 +00:00
Edwin Brady
c6574b43c6 Added idris-c executable
Eventually, this should be the only way to invoke code generators (by
invoking "idris-foo Main.ibc" for the code generator for backend foo.

For the moment, this serves as an example 'main' for any new code
generators, and *all* new code generators should be implemented this
way.
2014-08-07 15:06:17 +01:00