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