Skip to content

fplover/tslox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

简介

craftinginterpreters中jlox对应的Typescript实现版本。使用bun开发环境。

使用步骤

安装bun

请到bun官网按照安装提示安装bun环境。

拉取代码

git clone https://github.com/LiuDping/tslox.git

安装依赖

bun install

运行

bun run index.ts  // 提供repl方式

bun run index.ts ./example/varTest.lox // 运行文件代码

也可以用bun将项目打包成一个二进制文件lox,然后可以用lox ./example/varTest.lox 运行代码

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published