This website requires JavaScript.
Explore
Help
Sign In
miloignis
/
kraken
Watch
1
Star
0
Fork
0
You've already forked kraken
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
137
Commits
2
Branches
0
Tags
417e5ed89882849f2985fe781146e7f958e00ebf
Commit Graph
3 Commits
Author
SHA1
Message
Date
Nathan Braswell
5b57770774
Declarations are now written |type| identifier;, generally. Functions are similar |void| func() {}, etc. Special declarations still work, etc
2014-08-01 00:45:48 -07:00
Nathan Braswell
82d8a15de0
Added (then fixed) templates with multiple parameters for both classes and functions!
2014-06-17 00:10:57 -07:00
Nathan Braswell
2566cbb67c
Added testing! call kraken like so ./kraken --test ../path/to/test/name_of_test_without_extention This will make kraken compile and run name_of_test_without_extention.krak and compare the output it generates on stdout to name_of_test_without_extention.expected_results. If they pass, then it records the pass, if not, it records the failure and saves the intermediate files generated. It has revealed some bugs which I will fix in upcoming commits.
2014-05-20 22:21:07 -04:00