# HG changeset patch # User Kaito Tokumori # Date 1436012422 -32400 # Node ID 40be058f9df89424ccb01a25bf688235004d5066 # Parent 4cff1ef8fbf69f43bf364449725e40cc0fc72763 fix diff -r 4cff1ef8fbf6 -r 40be058f9df8 presentation/presen.html --- a/presentation/presen.html Sat Jul 04 17:25:27 2015 +0900 +++ b/presentation/presen.html Sat Jul 04 21:20:22 2015 +0900 @@ -282,7 +282,7 @@

Clang AST

@@ -316,10 +316,12 @@
  • Code segments are implemented by C functions.
  • Data segments are implemented by C structs.
  • Transition is implemented by tail call elimination. +
  • @@ -351,7 +353,7 @@ @@ -362,9 +364,8 @@

    Prototype declaration generating