Improving my knowledge of Rust by implementing the interpreter from the first part of R. Nystrom's book.
Emmanuel BENOîT
d8dba3ac5f
* Probably not the last time. * Object-like things (functions, classes, etc...) are stored as ref-counted cells. * Separate data structure for native functions. * with_callable() method on value to run specific code on objects that are callable * Instance type added. * Instance construction implemented |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml |