C preprocessor,antlr的grammar语言描述,用于学习词法分析,语法分析
标签: preprocessor grammar antlr 分
上传时间: 2013-12-16
上传用户:songnanhua
C preprocessor,antlr的grammar语言描述,用于学习词法分析,语法分析
标签: preprocessor grammar antlr 分
上传时间: 2013-12-14
上传用户:zhuoying119
Simple microthreads and fsm for microcontrollers using only preprocessor/inline code
标签: microcontrollers microthreads preprocessor Simple
上传时间: 2014-12-04
上传用户:ZJX5201314
PHP,是英文超级文本预处理语言Hypertext preprocessor的缩写。PHP 是一种 HTML 内嵌式的语言,是一种在服务器端执行的嵌入HTML文档的脚本语言,语言的风格有类似于C语言,被广泛的运用。
上传时间: 2013-05-20
上传用户:坏坏的华仔
C语言预编译到底是怎么回事呢?C语言预编译到底原理如何,希望《preprocessor of C》能帮助到您。
上传时间: 2015-10-15
上传用户:坏天使kk
Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard i/o is too clumsy. C programmers fall back on strtok(), but this can be tricky to use properly. Besides, you are still responsible for keeping strtok() fed with new input, and I don t like the schlepp. Tokenizer is a text-parsing input stream, modelled after the (undocumented) VCL TParser class, and based on the UnderC tokenizing preprocessor front-end.
标签: Tokenizer necessary standard complex
上传时间: 2013-12-16
上传用户:whenfly
UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.
标签: implementation Extensions libraries standard
上传时间: 2013-12-14
上传用户:leehom61
Exuberant Ctags is a multilanguage reimplementation of the much-underused ctags(1) program and is intended to be the mother of all ctags programs. It generates indexes of source code definitions which are used by a number of editors and tools. The motivation which drove the development of Exuberant Ctags was the need for a ctags program which supported generation of tags for all possible C language constructs (which no other ctags offers), and because most were easily fooled by a number of preprocessor contructs.
标签: reimplementation much-underused multilanguage Exuberant
上传时间: 2016-05-18
上传用户:小宝爱考拉
Tiny-C 9.0 You can compile and execute C code everywhere, for example on rescue disks ( about 100KB for x86 TCC executable, including C preprocessor, C compiler, ... http://bellard.org/tcc/
标签: everywhere compile execute example
上传时间: 2016-12-13
上传用户:佳期如梦
PHP,即“PHP: Hypertext preprocessor”,是一种被广泛使用的开放源代码多用途脚本语言,尤其适用于 web 开发并可以嵌入到 HTML 中去。其语法利用了 C,Java 和 Perl,非常容易学习。该语言的主要目标是让 web 开发人员可以很快写出动态生成的网页,但 PHP 的功能远不止如此。
标签: PHP
上传时间: 2017-04-13
上传用户:2467478207