Implement pow
[fur] / templates / function_definition.c
2018-01-06 David KerkeslagerAdd support for nested functions with the same name...
2017-12-31 David KerkeslagerDesugaring pass (#9)
2017-12-30 David KerkeslagerVisual cleanup
2017-12-12 David KerkeslagerReuse the parent stack in current stack frame
2017-12-12 David KerkeslagerUse snapshots of the stack to restore stack to its...
2017-12-12 David KerkeslagerAllocate Fur stacks on the C heap
2017-12-12 David KerkeslagerSet the environment to the same variable name
2017-09-25 David KerkeslagerChange parent_jump to parentJump to conform to previous...
2017-09-25 David KerkeslagerClean up stacks in the case of an exception
2017-09-22 David KerkeslagerSimple exceptions (#6)
2017-09-20 David KerkeslagerStart passing around a jump buffer to handle errors
2017-09-02 David KerkeslagerAdd a stack, and use that for function call arguments
2017-08-17 David KerkeslagerAdded if expression statements
2017-08-13 David KerkeslagerNormalize symbol expressions