Commit e8876d5eb98f6a42cb497466dc4d702308d2f933

Authored by Salvador Abreu
1 parent 1db63da8
Exists in master

describe fznslurp

Showing 1 changed file with 10 additions and 2 deletions   Show diff stats
fzn-parser/README
1   -AST nodes for fzn parser
  1 +- AST nodes for fzn parser
2 2  
3 3 TYPE : VALUE
4 4  
5   -acceptable types:
  5 +- acceptable types:
6 6  
  7 +- driver process fznslurp:
  8 +
  9 + reads stdin (as produced by bison-generated parser), which results
  10 + in a Prolog term which is the AST. It then does semantic analysis
  11 + (name & type).
  12 +
  13 + AST is translated to an IR or actual C code for PaCCS.
  14 +
7 15 \ No newline at end of file
... ...