c-tokenizer:标记化cc ++源代码

时间:2024-05-18 14:03:50
【文件属性】:

文件名称:c-tokenizer:标记化cc ++源代码

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-18 14:03:50

JavaScript

环己酮 C / C ++源代码 例子 var tokenize = require ( 'tokenize' ) var t = tokenize ( function ( src , token ) { console . log ( token . type + ' => ' + JSON . stringify ( src ) ) } ) process . stdin . pipe ( t ) 对于输入文件main.c: # include " stdio.h " # include " stdlib.h " int main ( int argc, char **argv) { printf ( " %d \n " , foo ( atoi (argv[ 1 ]))); return 0 ; } 输出: $ node example/tokens.js < e


【文件预览】:
c-tokenizer-master
----rules.js(972B)
----.travis.yml(38B)
----example()
--------tokens.js(153B)
--------array.js(154B)
--------main.c(126B)
----LICENSE(1KB)
----test()
--------comments.js(488B)
--------comments.c(149B)
--------tokens.js(482B)
--------tokens.c(164B)
--------tokens.json(4KB)
--------comments.json(2KB)
----readme.markdown(2KB)
----index.js(213B)
----package.json(672B)
----array.js(145B)

网友评论