summary refs log tree commit diff stats
path: root/compiler/pbraces.nim
blob: a944fe0ab42ceeca52aa4210240d49d66c393b65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
#
#           The Nimrod Compiler
#        (c) Copyright 2012 Andreas Rumpf
#
#    See the file "copying.txt", included in this
#    distribution, for details about the copyright.
#

import 
  llstream, lexer, parser, idents, strutils, ast, msgs

proc ParseAll*(p: var TParser): PNode = 
  result = nil

proc parseTopLevelStmt*(p: var TParser): PNode = 
  result = nil