vishapoberon / compiler

vishap oberon compiler
http://oberon.vishap.am
GNU General Public License v3.0
186 stars 25 forks source link

vmake recoursive search #15

Open norayr opened 8 years ago

norayr commented 8 years ago

vmake currently takes list of modules and outputs sorted sequence suitable for compilation, or creating a makefile.

because oberon has exact hierarchy of modules vmake does not need this list, but only main module name.

it can then not only prepare the list by itself, but also run voc to compile all necessary modules.