]> git.tdb.fi Git - libs/gl.git/commit - source/programcompiler.cpp
Streamline interface declarations
authorMikko Rasa <tdb@tdb.fi>
Fri, 11 Nov 2016 09:05:15 +0000 (11:05 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 11 Nov 2016 09:05:15 +0000 (11:05 +0200)
commit961715848c111907b5f443c5b545a429b40583e6
tree46225e32ecd27a2cede5439eb028ac3c16f61149
parenta36992487d018d8801ead6980b362b00a2f5f5c5
Streamline interface declarations

Out variables can now be declared inside functions and will be exported
to global scope.  In variables don't need to be declared at all; they are
pulled in from the previous stage.  There's a new passthrough statement
to copy all inputs to outputs.
source/programcompiler.cpp
source/programcompiler.h
source/programparser.cpp
source/programparser.h
source/programsyntax.cpp
source/programsyntax.h