mirror of https://github.com/CppCon/CppCon2014.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
452 B
Markdown
8 lines
452 B
Markdown
|
11 years ago
|
# Accept No Visitors
|
||
|
|
|
||
|
|
Actually presented power-point slides are available on GitHub: http://bit.ly/AcceptNoVisitors
|
||
|
|
|
||
|
|
The larger Mach7 project can be found at https://github.com/solodon4/Mach7.
|
||
|
|
|
||
|
|
The two files discussed in the talk are: https://github.com/solodon4/Mach7/blob/master/code/cppcon-visitors.cpp (implementation with visitors) and https://github.com/solodon4/Mach7/blob/master/code/cppcon-matching.cpp (implementation with pattern matching).
|