文件名称:Pl0Scheme:Niklaus Wirth 基于 PL0 的编程语言,但具有类似 Scheme 的语法
文件大小:5KB
文件格式:ZIP
更新时间:2024-08-01 05:34:06
JavaScript
PL/0-方案 基于编程语言,但具有类似 Scheme 的语法。 您可以。 编译后的代码可以在这个在线。 例子 以下PL/0-Scheme程序 (while (= 1 1) (wait 10) (cvclear) (if (> cvx -1) (cvline cvx 0 cvx 300) (cvline 0 cvy 500 cvy) (cvline 0 0 cvx cvy) (cvline 0 300 cvx cvy) (cvline 500 0 cvx cvy) (cvline 500 300 cvx cvy) (cvball cvx cvy 20))) 编译成以下 PL/0 程序: while 1 = 1 do begin call wait(10); call cvclear; if cvx > -1 th
【文件预览】:
Pl0Scheme-master
----tokenizer.js(2KB)
----examples.txt(3KB)
----parser.js(8KB)
----PL0_Scheme.html(2KB)
----README.md(1KB)