Will I ever finish this?
[fridhskrift.git] / frith / function.hpp
blobf2d7a29112baade2f97e18f26316c150d29dab45
1 #pragma once
3 namespace frith
5 enum executable_unit_type
7 executable_unit_type_statement,
8 executable_unit_type_if,
9 executable_unit_type_for,
10 executable_unit_type_while
13 struct executable_unit
15 line_of_code line;