03 2023 档案
摘要:Z38:ZIG(3,2),COLORRED , LINETHICK2;IF(Z38<REF(Z38,1),Z38,DRAWNULL),COLORLICYAN,LINETHICK2; Z315:ZIG(3,8),COLORBLUE,LINETHICK2;IF(Z315<REF(Z315,1),Z315
阅读全文
摘要:自动转换\n分隔多行文本到字符串 function mTextToCString( ) if output then output:ClearAll() end local __allText_=editor:GetText() __allText_=string.gsub ( __allText_
阅读全文
摘要:转自:https://www.zhihu.com/question/28249756 去年学编译原理课程之前花了几天读完了C4,给c4.c 加上了注释https://github.com/comzyh/c4/blob/comment/c4.c还有C4的虚拟机寄存器结构和指令集分析:https://g
阅读全文
摘要:local lexer = require 'pl.lexer' txt="--require test -\n for =1,6 do c=i end require 'std' a=1 b={1,2,3}" for t,v in lexer.lua(txt , {space=true,comme
阅读全文