blogle / nixrs

A Nix evaluator written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nixrs

A Nix language interpreter written in Rust.

Progress

As of June 4th, 2016, the lexer is partially implemented and essentially nothing else is done.

Run a test

cargo run <file to lex>

License

Licensed under the MIT license. See LICENSE or http://opensource.org/licenses/MIT.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.

About

A Nix evaluator written in Rust

License:MIT License


Languages

Language:Rust 100.0%