Initial implementation of namespace directories
commitbcc2442aee7281af86a4910293e8b7a34b100116
authorHenrik Tidefelt <tiddeweb@gmail.com>
Mon, 18 Jan 2016 19:28:03 +0000 (18 20:28 +0100)
committerHenrik Tidefelt <tiddeweb@gmail.com>
Mon, 18 Jan 2016 19:28:03 +0000 (18 20:28 +0100)
tree56ddeccd870a28e3c06ca3d7ea3d111da263cf11
parent343d0f0c3185de6da3b5834c9efe922e0f4ecc4a
Initial implementation of namespace directories
18 files changed:
doc/parts/structure/chap-prelude.sxml
doc/parts/syntax/include.sxml
doc/parts/syntax/namespaces.sxml
examples/features/needs.blank
source/Makefile.am
source/identifier.cc
source/identifier.h
source/namespacedirectory.cc [new file with mode: 0644]
source/namespacedirectory.h [new file with mode: 0644]
source/namespacescanner.cc [new file with mode: 0644]
source/namespacescanner.h [new file with mode: 0644]
source/namespaceyylex.ll [new file with mode: 0644]
source/shapesexceptions.cc
source/shapesexceptions.h
source/shapesscanner.cc
source/shapesscanner.h
source/shapesyylex.ll
source/sourcelocation.cc