⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bterp.txt

📁 OXCC is a multipass, interpreting C compiler with several language extensions. It generates an Archi
💻 TXT
字号:
BTERP.TXT

	`bterp' is a prototype interpreter for .byt files generated
	by `oxccb'. The specification for the byte codes are in `oxbytes.h'.
	Files can be located in local directories or in a .cff archive.

Usage: bterp [+dS] file [args]...
   +S name == start execution at function `name'
   +d == print debug output to stdout
   Default execution starts at function `main' or `file'

NOTE: The current byte code format was invented by me just to have a
   comprehensive C language interpreter. There are innumerable OTHER forms
   of byte codes which could just as easily be generated, e.g. extended html,
   extended RIP, Java etc. Just think up something and DO IT. Use oxccb.c and
   bterp.c as a guide.


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -