西维蜀黍

【Compile】ANTLR

Background 文法定义(Grammar Definition) 风控策略表达式的语法到底是什么样的?也就是说 风控策略表达式这种DSL的语法结构是什么? 在学习   ...


【Compile】Lex and Yacc

Lex

Lex is a computer program that generates lexical analyzers (“scanners” or “lexers”). It is commonly used with the yacc parser generator and is the standard lexical analyzer generator on many Unix and Unix-like systems.

Lex reads an input stream specifying the lexical analyzer and writes source code which implements the lexical analyzer in the C programming language.

  ...


【Compile】编译(Compilation)

编译原理(Fundamentals of Compiling)

  ...


【Engineering】规则引擎(Rule Engine)

  ...


【Network】端口转发(Port Forward)

Forward A Local Port to A Local/External Port

ssh

Refer to https://swsmile.info/post/linux-ssh-usage/

socat

Refer to https://swsmile.info/post/linux-socat/

iptables

Refer to https://swsmile.info/post/linux-iptables/

  ...