文件名称:jsforth:Javascript 中的第四个 REPL
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-03 13:52:11
forth JavaScript
JSForth 这是 Javascript 中的微型 Forth 实现。 它是围绕 HTML REPL 构建的。 我两年前在大学的 PL 课程中写了这篇文章。 代码不是最大的; 拼凑起来只花了几个小时。 也就是说,它非常整洁。 试试看 可通过 CodePen获得演示 REPL。 或者,它可以通过导航到提供的 index.html 文件在本地运行。 内置命令 + - / * ^ < > <= >= = != ex: a b + // displays: Stack: (a+b) . - returns the top element of the Stack ex: a b . // displays: b; Stack: a .s - displays the current Stack and the size ex: a b .s // d
【文件预览】:
jsforth-master
----index.html(151B)
----jsforth.js(15KB)
----LICENSE.md(1KB)
----README.md(3KB)