Created
August 10, 2016 13:25
-
-
Save JeOam/2204c320051103cf82c4397169f73969 to your computer and use it in GitHub Desktop.
自制编程语言
Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yacc
,可以使用 GNU 项目提供的 bison。lex
,可以使用lex的免费版 flex。Instal flex and yacc on OS X:
编译 mycalc 项目: