Skip to content

Repository files navigation

Compiler

词法分析和 ast

用法:

constcompiler=require('compiler')constinput="eval { head { 1 2 3 4} }"constast=compiler.compiler(input)// 或者constast=compiler.loadfile("hello.lsp")

更具体见test.js

About

js compiler: tokenizer & aster

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages