John Benediktsson
|
9c7655d286
|
infix: adding support for constants and ( -- x ) words.
Also speed up subseq steps with negative steps.
|
2017-03-18 13:27:33 -07:00 |
John Benediktsson
|
2e43bc6b90
|
infix: add support for string literals.
Rename ast-number to ast-value (to represent any literal value).
|
2017-03-16 16:14:51 -07:00 |
John Benediktsson
|
8e87696719
|
infix: don't shadow ``t`` even though we can.
|
2017-03-16 15:50:58 -07:00 |
John Benediktsson
|
aa05fca37f
|
infix: add a test for nested local scopes.
|
2017-03-16 15:49:07 -07:00 |
Doug Coleman
|
e264c26b53
|
infix: fix infix syntax
|
2015-07-21 18:00:01 -07:00 |
Doug Coleman
|
892c62e1dc
|
factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test
|
2015-07-03 09:39:59 -07:00 |
Doug Coleman
|
59f3b1ea57
|
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!"
Needs a bit more work.
This reverts commit 7e54cc2824 .
|
2015-07-02 13:47:06 -07:00 |
Doug Coleman
|
7e54cc2824
|
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
|
2015-07-02 11:36:08 -07:00 |
John Benediktsson
|
db81422ff4
|
infix: crazy infix methods idea, dunno if it is awesome yet.
|
2013-04-15 11:27:09 -07:00 |
John Benediktsson
|
5d73e84dae
|
infix: adding pow().
|
2013-04-04 15:04:14 -07:00 |
John Benediktsson
|
480b57029a
|
infix: fixing issue with confusing negative steps.
|
2013-03-19 18:51:21 -07:00 |
John Benediktsson
|
e172a081a4
|
infix: adding slice step notation.
|
2013-03-19 16:52:33 -07:00 |
John Benediktsson
|
0dc5d57862
|
infix: adding support for "seq[from:to]" slice notation.
|
2011-03-17 22:42:23 -07:00 |
Joe Groff
|
935c0797c3
|
update existing code for [let change
|
2009-10-27 22:05:37 -05:00 |
Slava Pestov
|
723bfab030
|
Fixing unit tests for syntax change
|
2009-03-23 00:34:02 -05:00 |
Philipp Brüschweiler
|
aba1dbabcf
|
infix: added meta information and fixed up docs somewhat
|
2009-02-11 20:56:09 +01:00 |
Philipp Bruschweiler
|
8097b52b12
|
initial infix vocab
|
2009-02-08 01:03:35 +01:00 |