[][src]Module hyeong::core::compile

Functions

build_source

Makes rust code from parsed hyeong code. It splits codes into states. Then, go through states deciding where to go next. Since match is comparing linearly by each value, It makes binary if-else statement to minimize the comparision. So, in each movement, it would take O(log S).