Rose build: move HWLM build code to own file

To reduce the size of rose_build_bytecode.cpp a little, move the code
that deals with HWLM literal tables into its own new file.
This commit is contained in:
Justin Viiret
2016-03-02 13:05:33 +11:00
committed by Matthew Barr
parent 12921b7c97
commit b093616aff
6 changed files with 736 additions and 633 deletions

View File

@@ -810,6 +810,8 @@ SET (hs_SRCS
src/rose/rose_build_infix.h
src/rose/rose_build_lookaround.cpp
src/rose/rose_build_lookaround.h
src/rose/rose_build_matchers.cpp
src/rose/rose_build_matchers.h
src/rose/rose_build_merge.cpp
src/rose/rose_build_merge.h
src/rose/rose_build_misc.cpp