projects
/
fur
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Update the README
2019-05-11
David Kerkeslager
Update the README
commit
|
commitdiff
|
tree
2018-01-06
David Kerkeslager
Add support for nested functions with the same name...
commit
|
commitdiff
|
tree
2018-01-06
David Kerkeslager
Desugar function definitions to assignments to lambda
commit
|
commitdiff
|
tree
2018-01-05
David Kerkeslager
Added lambda expressions
commit
|
commitdiff
|
tree
2018-01-04
David Kerkeslager
Remove list get expression
commit
|
commitdiff
|
tree
2018-01-04
David Kerkeslager
Added a CPS conversion pass (which currently does not...
commit
|
commitdiff
|
tree
2017-12-31
David Kerkeslager
Desugaring pass (#9)
commit
|
commitdiff
|
tree
2017-12-31
David Kerkeslager
Removed one more test using ternary comparison
commit
|
commitdiff
|
tree
2017-12-31
David Kerkeslager
Remove support for ternary comparison operators
commit
|
commitdiff
|
tree
2017-12-30
David Kerkeslager
Added two more compiler passes
commit
|
commitdiff
|
tree
2017-12-30
David Kerkeslager
Visual cleanup
commit
|
commitdiff
|
tree
2017-12-12
David Kerkeslager
Reuse the parent stack in current stack frame
commit
|
commitdiff
|
tree
2017-12-12
David Kerkeslager
Use snapshots of the stack to restore stack to its...
commit
|
commitdiff
|
tree
2017-12-12
David Kerkeslager
Allocate Fur stacks on the C heap
commit
|
commitdiff
|
tree
2017-12-12
David Kerkeslager
Set the environment to the same variable name
commit
|
commitdiff
|
tree
2017-09-25
David Kerkeslager
Change parent_jump to parentJump to conform to previously...
commit
|
commitdiff
|
tree
2017-09-25
David Kerkeslager
Clean up stacks in the case of an exception
commit
|
commitdiff
|
tree
2017-09-24
David Kerkeslager
Added a shell script that can be used to run Valgrind...
commit
|
commitdiff
|
tree
2017-09-24
David Kerkeslager
Add very rudimentary line numbers to exceptions
commit
|
commitdiff
|
tree
2017-09-22
David Kerkeslager
Simple exceptions (#6)
commit
|
commitdiff
|
tree
2017-09-21
David Kerkeslager
Move .output.txt to .stdout.txt to reflect which output...
commit
|
commitdiff
|
tree
2017-09-21
David Kerkeslager
Capture stderr in integration tests
commit
|
commitdiff
|
tree
2017-09-20
David Kerkeslager
Start passing around a jump buffer to handle errors
commit
|
commitdiff
|
tree
2017-09-14
David Kerkeslager
Pass arguments to infix operators via the stack
commit
|
commitdiff
|
tree
2017-09-14
David Kerkeslager
Reuse normalize_basic_infix_operation in implementation...
commit
|
commitdiff
|
tree
2017-09-14
David Kerkeslager
Move desugaring ternary comparison operators into the...
commit
|
commitdiff
|
tree
2017-09-02
David Kerkeslager
Add a stack, and use that for function call arguments
commit
|
commitdiff
|
tree
2017-09-01
David Kerkeslager
Added a future folder to examples
commit
|
commitdiff
|
tree
2017-08-29
David Kerkeslager
Fix link
commit
|
commitdiff
|
tree
2017-08-29
David Kerkeslager
Add structures, fix link
commit
|
commitdiff
|
tree
2017-08-29
David Kerkeslager
One more thing it supports
commit
|
commitdiff
|
tree
2017-08-29
David Kerkeslager
Added basic README
commit
|
commitdiff
|
tree
2017-08-26
David Kerkeslager
Added structs
commit
|
commitdiff
|
tree
2017-08-25
David Kerkeslager
Add double-quoted strings
commit
|
commitdiff
|
tree
2017-08-24
David Kerkeslager
Add a string concatenation operator
commit
|
commitdiff
|
tree
2017-08-18
David Kerkeslager
Added list literals
commit
|
commitdiff
|
tree
2017-08-17
David Kerkeslager
Added if expression statements
commit
|
commitdiff
|
tree
2017-08-14
David Kerkeslager
Make "do" a keyword
commit
|
commitdiff
|
tree
2017-08-14
David Kerkeslager
Remove TODO with unclear reasoning
commit
|
commitdiff
|
tree
2017-08-13
David Kerkeslager
Normalize function expressions
commit
|
commitdiff
|
tree
2017-08-13
David Kerkeslager
Normalize symbol expressions
commit
|
commitdiff
|
tree
2017-08-12
David Kerkeslager
Fixed some TODOs
commit
|
commitdiff
|
tree
2017-08-12
David Kerkeslager
Added some todos
commit
|
commitdiff
|
tree
2017-08-12
David Kerkeslager
Normalize symbol expressions
commit
|
commitdiff
|
tree
2017-08-12
David Kerkeslager
Normalize literal expressions
commit
|
commitdiff
|
tree
2017-08-12
David Kerkeslager
Prevent assignment to a builtin variable
commit
|
commitdiff
|
tree
2017-08-12
David Kerkeslager
Allow the results of function calls to be immediately...
commit
|
commitdiff
|
tree
2017-08-12
David Kerkeslager
Add support for parenthesized functions
commit
|
commitdiff
|
tree
2017-08-11
David Kerkeslager
Just pass through the internals of parentheses, unwrapped
commit
|
commitdiff
|
tree
2017-08-11
David Kerkeslager
Closures (and garbage collection for environments,...
commit
|
commitdiff
|
tree
2017-08-10
David Kerkeslager
Ignore symbol folders
commit
|
commitdiff
|
tree
2017-08-10
David Kerkeslager
Add a suite of memory leak tests
commit
|
commitdiff
|
tree
2017-08-10
David Kerkeslager
Finish conditional compilation of operators
commit
|
commitdiff
|
tree
2017-08-10
David Kerkeslager
Don't compile in some unused operators
commit
|
commitdiff
|
tree
2017-08-10
David Kerkeslager
Clean up expression transformation a bit
commit
|
commitdiff
|
tree
2017-08-10
David Kerkeslager
Appease -Wall
commit
|
commitdiff
|
tree
2017-08-09
David Kerkeslager
Go back to constructors and destructors
commit
|
commitdiff
|
tree
2017-08-09
David Kerkeslager
Go back to allocating environments on the heap
commit
|
commitdiff
|
tree
2017-08-09
David Kerkeslager
A featureful commit:
commit
|
commitdiff
|
tree
2017-08-09
David Kerkeslager
Allow users to define new zero-argument functions
commit
|
commitdiff
|
tree
2017-08-09
David Kerkeslager
License under the GPL 3
commit
|
commitdiff
|
tree
2017-08-09
David Kerkeslager
Get called functions from the environment
commit
|
commitdiff
|
tree
2017-08-09
David Kerkeslager
Store functions as objects
commit
|
commitdiff
|
tree
2017-08-08
David Kerkeslager
Added variable-length args to function calls
commit
|
commitdiff
|
tree
2017-08-08
David Kerkeslager
Normalize parenthesized and negated expressions
commit
|
commitdiff
|
tree
2017-08-08
David Kerkeslager
Normalized all infix expression statements
commit
|
commitdiff
|
tree
2017-08-08
David Kerkeslager
variable assignment renamed to variable initialization...
commit
|
commitdiff
|
tree
2017-08-08
David Kerkeslager
Normalize comparison expressions, even ternary comparison...
commit
|
commitdiff
|
tree
2017-08-08
David Kerkeslager
Start playing out the normalization of other infix...
commit
|
commitdiff
|
tree
2017-08-08
David Kerkeslager
Use order instead of operator to normalize infix expressions
commit
|
commitdiff
|
tree
2017-08-08
David Kerkeslager
Normalize infix operators
commit
|
commitdiff
|
tree
2017-08-08
David Kerkeslager
Normalize all the arguments to functions
commit
|
commitdiff
|
tree
2017-08-08
David Kerkeslager
Minor refactor
commit
|
commitdiff
|
tree
2017-08-08
David Kerkeslager
Add a CExpressionStatement to wrap expressions instead...
commit
|
commitdiff
|
tree
2017-08-08
David Kerkeslager
Some minor refactoring and added a (currently trivial...
commit
|
commitdiff
|
tree
2017-08-08
David Kerkeslager
Better names
commit
|
commitdiff
|
tree
2017-08-08
David Kerkeslager
Removed not-yet-relevant runtime
commit
|
commitdiff
|
tree
2017-08-08
David Kerkeslager
Removed not-yet-relevant string type
commit
|
commitdiff
|
tree
2017-08-08
David Kerkeslager
Slightly better naming
commit
|
commitdiff
|
tree
2017-08-08
David Kerkeslager
Combined accumulators into one namedtuple
commit
|
commitdiff
|
tree
2017-08-07
David Kerkeslager
Add newlines to the parsing of statements
commit
|
commitdiff
|
tree
2017-08-06
David Kerkeslager
Add boolean operators
commit
|
commitdiff
|
tree
2017-08-06
David Kerkeslager
Add support for ternary comparison operators
commit
|
commitdiff
|
tree
2017-08-06
David Kerkeslager
Store all Fur infix operator expressions in the same...
commit
|
commitdiff
|
tree
2017-08-06
David Kerkeslager
Get function names for operators in transformation...
commit
|
commitdiff
|
tree
2017-08-06
David Kerkeslager
Use composition rather than inheritance to differentiate...
commit
|
commitdiff
|
tree
2017-08-06
David Kerkeslager
Removed duplication in left recursive infix operator...
commit
|
commitdiff
|
tree
2017-08-06
David Kerkeslager
Added support for comparison operators
commit
|
commitdiff
|
tree
2017-08-06
David Kerkeslager
Some comments
commit
|
commitdiff
|
tree
2017-08-06
David Kerkeslager
Added parenthesized expressions
commit
|
commitdiff
|
tree
2017-08-06
David Kerkeslager
Added a boolean type
commit
|
commitdiff
|
tree
2017-08-06
David Kerkeslager
Add constant symbol list, which solves all the symbol...
commit
|
commitdiff
|
tree
2017-08-06
David Kerkeslager
Parse function call names using the symbol expression
commit
|
commitdiff
|
tree
2017-08-05
David Kerkeslager
Add the ability to assign to and retrieve variables
commit
|
commitdiff
|
tree
2017-08-05
David Kerkeslager
Add a negation operator
commit
|
commitdiff
|
tree
2017-08-05
David Kerkeslager
A pretty featureful commit:
commit
|
commitdiff
|
tree
2017-08-04
David Kerkeslager
Add an integration test to ensure left recursive parsing...
commit
|
commitdiff
|
tree
2017-08-04
David Kerkeslager
Added integration test to ensure that order of operations...
commit
|
commitdiff
|
tree
2017-08-04
David Kerkeslager
Add basic math
commit
|
commitdiff
|
tree
2017-08-04
David Kerkeslager
Handle multiple statements
commit
|
commitdiff
|
tree
next