Revision 5b6fbb0d898a99c62b9df9285f977f2bae3383dc authored by David Varela on 01 August 2018, 08:15:32 UTC, committed by Kristoffer Carlsson on 04 August 2018, 09:53:38 UTC
* Refactor: APIOptions should be a dictionary

* Fix `do_activate!` interface

* Update tests: APIOptions is a dictionary

* Allow more flexibility for REPL `do_<>` functions
1 parent e9e320b
Raw File
.gitignore
/*.o
/*.do
/*.exe
/*.obj
/*.lib
/*.pdb
/*.exp

/boot.j.inc
/julia_flisp.boot
/julia_flisp.boot.inc
/flisp.boot.inc

/libjulia-debug.a
/libjulia-debug.so
/libjulia-debug.dylib
/libjulia-release.a
/libjulia-release.so
/libjulia-release.dylib
/julia_version.h
back to top