Mercurial > hg > Papers > 2012 > aplas
changeset 29:56482342d1dc
commit
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 15 Jun 2012 20:52:29 +0900 |
parents | c9a55906a64f |
children | e267a6c473c3 |
files | paper/rectype.ind |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/paper/rectype.ind Fri Jun 15 20:49:20 2012 +0900 +++ b/paper/rectype.ind Fri Jun 15 20:52:29 2012 +0900 @@ -184,7 +184,7 @@ } p is next pointer of Code Segment. -But, This declarationd is not right. +But, This declaration is not right. Because p have arguments. We wanted to the same type of p's arguments as type of csA's arguments. Right declaration is as follows. @@ -215,10 +215,10 @@ --How to implement \rectype -\rectype syntx is implemented overriding AST. +\rectype syntax is implemented overriding AST. First, \rectype syntax make Tree same \code(\ref{fig:tree1}). Second, tree was created to be rectype flag. -Thrid, to override AST(\ref{fig:tree2}). +Third, to override AST(\ref{fig:tree2}). \begin{figure}[htpb] \begin{minipage}{0.5\hsize}