douggilliland / R32V2020

My 32-bit RISC CPU for smallish FPGAs
GNU General Public License v3.0
14 stars 3 forks source link

Need a way to read include files #57

Closed douggilliland closed 5 years ago

douggilliland commented 5 years ago

@mjgpy3

I would like a sort of mini-make capability. I keep making libraries and copying them. I don't care about the disk space but I am having trouble with going back to older code and hand jamming the changes.

Would like something like:

include

Should just act as if the code is in-line. Just able to pull out of as many files as I have includes for.