Skip to content

artjomPlaunov/tiger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 $ ../../bin/tiger_ast.exe ../../programs/testcases/test46.tig
  ╭─ Tiger AST
  ╰─ LetExp
     ├─ decs
     │  ├─ TypeDec
     │  │  ╰─ Type rectype
     │  │     ╰─ RecordTy
     │  │        ├─ Field name : string escape=true
     │  │        ╰─ Field id : int escape=true
     │  ╰─ VarDec b escape=true
     │     ├─ type: rectype
     │     ╰─ init
     │        ╰─ NilExp
     ╰─ body
        ╰─ SeqExp
           ├─ OpExp EqOp
           │  ├─ VarExp
           │  │  ╰─ SimpleVar b
           │  ╰─ NilExp
           ╰─ OpExp NeqOp
              ├─ VarExp
              │  ╰─ SimpleVar b
              ╰─ NilExp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors