Skip to content

1eeing/Nvwa.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nvwa.js

A javascript interpreter.

在线体验

codesandbox

安装

npm install nvwajs --save

如何使用

import createContext from 'nvwajs';

const run = createContext();

run(`console.log('hello world')`);

TODO

  • 补充单测,完成自举
  • 补充语法

About

A javascript interpreter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published