[flang] First implementation of a parse tree visitor
authorTim Keith <tkeith@nvidia.com>
Fri, 23 Feb 2018 01:00:56 +0000 (17:00 -0800)
committerGitHub <noreply@github.com>
Mon, 26 Feb 2018 22:52:27 +0000 (14:52 -0800)
commit9f07a4a3d8096231249b25df62ee527424dbf24d
tree0fcee2234d24218edf340328dc64afcc685aaa97
parentad68e77db2a0d60be21a07a27ae7e22a9305aa37
[flang] First implementation of a parse tree visitor

Original-commit: flang-compiler/f18@0b441831f455b9458a943090d7e9ed334aaf159c
Reviewed-on: https://github.com/flang-compiler/f18/pull/15
Tree-same-pre-rewrite: false
flang/lib/parser/parse-tree-visitor.h [new file with mode: 0644]
flang/tools/f18/test-visitor.cc [new file with mode: 0644]