e77af0d584topLevelVarInit finally works, even with infrencing
Nathan Braswell
2015-06-19 12:48:18 -04:00
3a87970eb3Multiline strings work now, both single and triple quotes. Triple quotes also correctly escapes other quotes.
Nathan Braswell
2015-06-19 12:06:27 -04:00
48f613a38bMore work on regex, fixed whitespace around && and operator= for vector
Nathan Braswell
2015-06-14 11:13:30 -04:00
6e8b9a88b6Bad math returned void instead of int, causing complaining on a Mac compiler (I think because it's clang)
Nathan Braswell
2015-06-12 19:25:26 -04:00
36833ec263fixed another oneString CGenerator bug. Most of these should really be removed, but I wanna commit this one now
Nathan Braswell
2015-06-12 15:02:22 -04:00
cd1b10a633Fixed bug where no parameter function calls were not typechecked and function/struct name collision. Improved regex library to where it can do straight-line regexs
Nathan Braswell
2015-06-12 14:16:28 -04:00
d90cb4b6dbTons of stuff. Regex still a work in progress, along with related template member function scoping bugs
Nathan Braswell
2015-06-09 20:02:02 -04:00
47bc52f00cSome bugfixes, allow overloading of [] and add that to vector and string, work on regex. Need closures before that finishes....
Nathan Braswell
2015-06-08 21:47:02 -04:00
69048ebc31Allow copy_constructers to be called with other types (i.e. var a:string = "hi" calls fun copy_construct(it:char**):void
Nathan Braswell
2015-06-07 19:54:08 -04:00
7abab02fbfMore all-rounded implementation of the new objecty features, several bugfixes, and updates to the standard library to behave. Vector still needs a bit more work for some operations
Nathan Braswell
2015-06-05 00:34:24 -04:00
6f9ceaa717work on string, bug fixes, overloaded assignment operator. Still need to get overloaded copy_construct for declaration assignment
Nathan Braswell
2015-06-01 01:43:23 -04:00
bbcebf7c17I'm pretty sure I missed cases and introduced bugs with the new CGenerator triplit system, but I finally got all normal tests passing, and it's almost 5 in the morning, so I'm calling it a night. We have destructors and copy constructors now\! I need to work out copy assignment, but again, another day
Nathan Braswell
2015-05-30 04:43:01 -04:00
b71bb84070Now allow one-line functions without codeblocks\! (espically nice for lambdas) fun a():void println(4), or fun():void println(7)
Nathan Braswell
2015-05-27 12:27:50 -04:00
85834789e4Some bugfixes and added templated member functions\! (even for templated objs\!) In this vein, added in_place and map functions to vector\!
Nathan Braswell
2015-05-27 00:58:33 -04:00
88bab7f0d7Woo! Very basic lambdas!
Nathan Braswell
2015-05-25 22:03:24 -04:00
920a9ab81fahh, I git added in the tests directory and thus missed the entire ASTTransformation. Sigh.
Nathan Braswell
2015-05-25 12:20:37 -04:00
90c66f3037Improved and bugfixed template infrance to be able to infrence based on function types too
Nathan Braswell
2015-05-25 12:11:45 -04:00
7448a88f66Fixed up function template inference to handle pointer to template types
Nathan Braswell
2015-05-23 23:40:55 -04:00
eebffb404eOk, full functions as values support with types and fixes of earlier bugs. Now typedef the function pointer types when generateing C.
Nathan Braswell
2015-05-22 22:30:25 -04:00
6a144c9a8aAdd initialization to NULL for Type that I missed last time
Nathan Braswell
2015-05-18 17:14:12 -04:00
911b25f78bInitial work for functions as values. Actually works, but you can't write out the type and thus can only declare function pointer variables with type inference.
Nathan Braswell
2015-05-18 04:46:03 -04:00
65fd2ed9b7Changed from typedef to obj and def
Nathan Braswell
2015-05-16 12:05:23 -04:00
4bc42bc516remove and add the topLevelVarInit folder to the gitignore
Nathan Braswell
2015-05-16 00:11:22 -04:00
5dcb5ba02aTurns out it works now, added more to the test and some comments explaining why
Nathan Braswell
2015-05-15 13:03:45 -04:00
a64624ba25More complicated inference working, now just have to round out the edges
Nathan Braswell
2015-05-15 12:29:44 -04:00
f5e74ca7ceTemplate function instantiation type inference work - super simple inference works (i.e. id<T>(i:T) { return i; }), and the framework is good, just have to flesh out unifyType to handle more than the trivial case
Nathan Braswell
2015-05-14 00:25:18 -04:00
d70fa4ebbbRemoved/commented out some destructor stuff. It'll come back for defer
Nathan Braswell
2015-05-10 02:48:05 -04:00
44d310c092Got simple type inference for declaration statements working with test
Nathan Braswell
2015-05-10 02:18:59 -04:00
c22cadeed7The template part of the new syntax! Gotta go transform all of stdlib and the tests now and see if any other bugs pop up
Nathan Braswell
2015-05-09 03:13:40 -04:00
647a6fe20bCleaned up ChrisTest, added some Matrix functionality in C++, waiting for templates
Chris Fadden
2015-05-04 12:35:31 -04:00
08431aa748New syntax starting to work! Not templates yet, that's next
Nathan Braswell
2015-04-14 16:08:36 -04:00
e3aa531856Wooo actual scoping and better C interop
Nathan Braswell
2015-04-10 00:37:31 -04:00
e37836aea5Working toward new C inline style
Nathan Braswell
2015-04-04 01:32:40 -04:00
639f4ff0fbComments don't screw with as much now\! (and work with semicolon infrencing\!)
Nathan Braswell
2015-03-25 15:59:49 -04:00
47982114afOnly makes output directory once
Nathan Braswell
2015-03-24 19:33:31 -04:00
414113f954Wooo passthrough and more cleanup! Remove 3rd pass!
Nathan Braswell
2015-03-24 18:29:21 -04:00
48dc1f8e4dFixed - and + as unary operators, negative numbers, etc
Nathan Braswell
2015-03-24 15:47:08 -04:00
b01078e7a0If my measurements are right, WAYYYY better now. Missed a huge memory leak, now like 0.34147GB, I think
Nathan Braswell
2015-03-23 15:52:25 -04:00
6fa06f2b7eRemoved LALR parser and an associated member from Symbol, which is used so much that actually got us down to ~3.42GB!
Nathan Braswell
2015-03-23 15:28:03 -04:00
2c4dbc60d1Fixes for state generation to reduce memory usage - adding in optional semicolons balooned our memory usage to somewhere under 8 gigs, with some simple refactoring we're back down to a bit over 4. Needs to be smaller, but it's an improvement
Nathan Braswell
2015-03-23 14:35:28 -04:00
f8e82b5302Added initial support for omitting semicolons! (the parser can now interpret either semicolons or linebreaks as the end of statements, but it can still interpret line breaks as white space too, so multi line statements still work.) You will need semicolons to break up multiple statements on the same line, however
Nathan Braswell
2015-03-22 22:43:33 -04:00
7363b53489Made ChrisTest for testing numerical library
Chris Fadden
2015-03-16 13:49:05 -04:00
111e5a373e!= didn't work either - missed it in the builtins at the top of ASTTransformation.cpp
Nathan Braswell
2015-03-16 06:24:59 -04:00
78d16c5510So Chris found that if/else statements using blocks didn't work because they generated C like if(a) {b}; else {c}; -- so that's fixed now, with test :)
Nathan Braswell
2015-03-16 05:59:56 -04:00
15c4a4bf0eBetter compiler invocation style and put all generated files (including dot files) in output folder
Nathan Braswell
2015-03-15 18:41:55 -04:00
e04cf03858little less
Nathan Braswell
2015-03-14 03:32:32 -04:00
50cd9969b6Ehh, not handleing syntax nodes is to common to make it an error right now
Nathan Braswell
2015-03-14 02:50:18 -04:00
7a865b82e9Use std:cerr for errors
Nathan Braswell
2015-03-14 02:42:07 -04:00
6a311fb237WOOO compiles all in one file! Dependencies resolved! Next up, C name mangeling for scoping
Nathan Braswell
2015-03-11 01:58:10 -04:00
9e9b4371daFixed up testing etc
Nathan Braswell
2015-01-09 14:28:07 -05:00
ad0e90f74aFixed up vector and make template searching functions use std::set to remove false positives on multiple matching templates
Nathan Braswell
2015-01-07 03:03:14 -05:00
aaca71a211Got the new scoping working! Still some odd stuff happening to certian templates, and I think vector is having problems with new/traits. Really need to get canonnical filenames and what not worked out
Nathan Braswell
2014-12-30 01:22:09 -05:00
f35b4a8d48Revert the in prog commit that was lost, as the scoping branch is now handeling it
Nathan Braswell
2014-12-19 18:45:29 -05:00
5b57770774Declarations are now written |type| identifier;, generally. Functions are similar |void| func() {}, etc. Special declarations still work, etc
Nathan Braswell
2014-08-01 00:45:48 -07:00
4cf8dbbd5bvector and vector test are finally working! Also found some bugs that I don't have time to fix before bed. Added file future_features.txt to keep track of bugs and features.
Nathan Braswell
2014-07-28 01:52:15 -07:00
87ad0c187eFixed quite a few bugs, including makeing find template functions check for trait subset, not trait equality, and add the number required to the satisfied count. Based on what is now breaking, it looks like it's time to give the builtin functions types.
Nathan Braswell
2014-07-23 02:23:21 -07:00
eae538907dFixed some mem things, found an odd parsing bug where a // comment before a function definition at top level does not parse. Deferring for now.
Nathan Braswell
2014-07-20 20:42:26 -07:00
93a170408fObject traits working now as well. Only specilized templates don't, because I have not yet decided the syntax for them.
Nathan Braswell
2014-07-20 14:21:41 -07:00
64fcb6b0b7Traits for function templates working! Need to finish for objects and specilizations, and I think also else statements.
Nathan Braswell
2014-07-18 08:52:15 -07:00
46b9fc8b7fAdded ability to add commits the Kraken grammer file. Started work on class traits and else statements.
Nathan Braswell
2014-07-06 23:42:25 -07:00
91a68ac2b1Fixed silly not bug - in one location ! was written \!, which made practically no difference to the regex, but made it so that the parser wouldn't match it to !. Also added else to grammer, but this needs work in the ASTTransformation and CGenerator.
Nathan Braswell
2014-07-03 01:52:44 -07:00
22fbd61360Fixed a pretty bad error in isNullable logic, I must have been tired. Also, edited grammer to support a[n].b, which was previously done with wrong operator precedence so that that construction was illegal. vector.krak still doesn't quite parse, but that's because of some error with if (!name) which I will fix later. Bedtime.
Nathan Braswell
2014-07-02 01:18:27 -07:00
03770028adFixed some bugs in Parser::firstSet and added a bit of caching. It still doesn't work quite right, though, there's some problem with nullable left recursion. However, it's better than it was, and I need to go to bed. More work later.
Nathan Braswell
2014-06-30 01:57:50 -07:00
12f57f8ce8Added support for destructors! This is done by making a void, parameterless member method called destruct which is called when a stack object falls out of scope, if it exists. This is implemented by the generator, in this case CGenerator.
Nathan Braswell
2014-06-28 08:31:33 -07:00
63d9ec66e1Added "Init Position Call" (takes the place of implicit constructors) and the this keyword! This was the structure needed for more sensable memory management. At least delete will need some updating before it becomes very usable, though. (Figuring out the types for function template instantiation) Anyway, good progress here!
Nathan Braswell
2014-06-26 01:45:44 -07:00
82d8a15de0Added (then fixed) templates with multiple parameters for both classes and functions!
Nathan Braswell
2014-06-17 00:10:57 -07:00
e7a631240fFixed the remaining problems\! All the tests pass now.
Nathan Braswell
2014-06-10 23:59:39 -07:00
7dbfd8ca38Almost have it working, but member function lookup through a typedef doesn't quite work. (I think the problem's in CGenerator)
Nathan Braswell
2014-06-10 00:53:30 -07:00
366bbb6432I didn't save the file. Now most (all) class template tests fail. Bedtime.
Nathan Braswell
2014-06-09 00:40:12 -07:00
812d40c6dbWork on fixing class templates instantiated outside of functions. Groundwork done, but it doesn't work. Doesn't break anything else either. Bedtime.
Nathan Braswell
2014-06-09 00:21:38 -07:00
9bfbc7cdf6Script to run all tests added. Prep work on new computer before fixing the remaining major template class bug.
Nathan Braswell
2014-06-02 00:19:44 -07:00