文件名称:js-slang:源语言的实现(TypeScript)
文件大小:1.51MB
文件格式:ZIP
更新时间:2024-02-23 07:05:42
javascript typescript interpreter compiler transpiler
编程语言Source的开源实现。 Source是一系列JavaScript的小部分子集,旨在按照计算机程序的结构和解释,JavaScript适应( )的教学法,为计算机科学专业的大学开设编程课程。 用法 要建造 $ git clone https://github.com/source-academy/js-slang.git $ cd js-slang $ yarn $ yarn build 要将“ js-slang”添加到您的PATH,请按照上述说明进行构建,然后运行 $ cd dist $ npm link 如果您不想在路径中添加“ js-slang”,请在以下示例中将“ js-slang”替换为“ node dist / repl / repl.js”。 要在REPL中试用Source ,请运行 $ js-slang -c [chapter] # default: 1 您可以设置其他选项: Usage: js-slang [PROGRAM_STRING] [OPTION] -c, --chapter=CHAPTER set the Source chapter num