summary refs log blame commit diff stats
path: root/compiler/pbraces.nim
blob: 18d654d6c90616bca194e4f53797acc5bd0b885f (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                   
                                                      
 

                                        
 
                                                 
              
 
#
#
#           The Nimrod Compiler
#        (c) Copyright 2009 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