Sat, 13 Apr 2013 17:33:14 -0700 |
Mike Pavone |
Small fix to selecting a funcall method/function name
|
Sat, 13 Apr 2013 15:54:53 -0700 |
Mike Pavone |
Mostly fix clicking on the function name in a funcall expression
|
Fri, 12 Apr 2013 19:27:33 -0700 |
Mike Pavone |
Click-to-select no longer selects the whole lambda when it shouldn't and no longer replaces the selected code with a single symbol.
|
Fri, 12 Apr 2013 19:25:54 -0700 |
Mike Pavone |
Added new bubble and capture mquery functions from the spreadsheet project.
|
Thu, 11 Apr 2013 09:16:35 -0700 |
Mike Pavone |
Fixed more editor coderot and improved syntax/selection coloring a bit.
|
Thu, 11 Apr 2013 00:12:21 -0700 |
Mike Pavone |
Get editor working again
|
Thu, 09 Aug 2012 19:26:21 -0700 |
Mike Pavone |
Fix variance of lambda parameters
|
Thu, 09 Aug 2012 19:11:42 -0700 |
Mike Pavone |
Remove explicit calls to lazyinit that were no longer necessary.
|
Thu, 09 Aug 2012 08:09:14 -0700 |
Mike Pavone |
Fix paramerized types. Remove debug print calls.
|
Wed, 08 Aug 2012 09:19:14 -0700 |
Mike Pavone |
Some work on parameterized types
|
Tue, 07 Aug 2012 23:29:21 -0700 |
Mike Pavone |
Initial work on type system
|
Thu, 26 Jul 2012 23:41:54 -0700 |
Mike Pavone |
Merge
|
Thu, 26 Jul 2012 23:40:56 -0700 |
Mike Pavone |
Added short-circuit && and || operators
|
Thu, 26 Jul 2012 18:54:42 -0700 |
Mike Pavone |
Optimize self method calls into static function calls
|
Tue, 24 Jul 2012 19:13:38 -0700 |
Mike Pavone |
Do some cleanup on JS backend
|
Tue, 24 Jul 2012 01:01:00 -0700 |
William Morgan |
Fixed my foreach on dict. Added test for it.
|
Tue, 24 Jul 2012 00:35:24 -0700 |
William Morgan |
merge
|
Mon, 23 Jul 2012 01:07:52 -0700 |
William Morgan |
merge
|
Sun, 22 Jul 2012 15:10:07 -0700 |
William Morgan |
added foreach on dict
|
Mon, 23 Jul 2012 08:00:01 -0700 |
Mike Pavone |
Add backend selection to tpc.js compiler driver
|
Mon, 23 Jul 2012 07:59:34 -0700 |
Mike Pavone |
Remove some cruft from cbackend
|
Mon, 23 Jul 2012 07:58:20 -0700 |
Mike Pavone |
Add string.tp which should have been in previous commit
|
Sun, 22 Jul 2012 14:18:34 -0700 |
Mike Pavone |
Improve llMessage a bit and move implementation of string into string.tp module using llMessage. Update TASKS list
|
Sun, 22 Jul 2012 14:17:33 -0700 |
Mike Pavone |
Add xor operator to grammar
|
Sat, 21 Jul 2012 22:58:10 -0700 |
Mike Pavone |
Added simple task tracking text file until we have a proper task tracker
|
Sat, 21 Jul 2012 22:30:21 -0700 |
Mike Pavone |
Add support for llMessage:withVars:andCode and llProperty:withType for specifying low level code without having to stick C inside the compiler. Redo array built-in type to use this feature.
|
Sat, 21 Jul 2012 22:29:16 -0700 |
Mike Pavone |
Add logical operators to grammar. Allow vertical whitespace after funcall expression in object.
|
Sat, 21 Jul 2012 22:28:21 -0700 |
Mike Pavone |
Update testarray sample to use print:
|