implement bytecode interpreter and compiler
This commit is contained in:
parent
d23a9a4827
commit
c63c1eaf6e
19 changed files with 1055 additions and 547 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}:
|
||||
pkgs.mkShell {
|
||||
name = "rufus";
|
||||
name = "wl";
|
||||
packages = with pkgs; [
|
||||
rlwrap
|
||||
clang-tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue