Casket:解释型动态类型编程语言

时间:2024-04-15 19:44:19
【文件属性】:

文件名称:Casket:解释型动态类型编程语言

文件大小:233KB

文件格式:ZIP

更新时间:2024-04-15 19:44:19

C++

棺材 用C ++编写的字节码解释器。 EBNF ::= < declaration> * ; ::= ( < if> | < while> | < class> ) | ( ( < goto> | < label> | < expression > ) " ; " ) ; <expression> ::= < operation> | < group> | < literal> | IDENTIFIER ; ::= " if " " ( " < expression > " ) " < flexible> [ " else " < flexible> ] ;


【文件预览】:
Casket-master
----.gitignore(21B)
----src()
--------parser.hpp(19KB)
--------flags.hpp(141B)
--------classes.hpp(172B)
--------vm.hpp(4KB)
--------lexertk.hpp(52KB)
--------value.hpp(3KB)
--------opcode.hpp(2KB)
--------runtime.hpp(28KB)
--------parserv2.hpp(22KB)
--------.vscode()
--------function.hpp(178B)
--------token.hpp(305B)
--------main.cpp(946B)
--------memory.hpp(4KB)
--------error.hpp(586B)
----bin()
--------casket.exe(1.11MB)
----README.md(3KB)
----.vscode()
--------settings.json(1KB)

网友评论