John Benediktsson
4a144e5ea7
more test IN: cleanup.
2018-02-15 08:45:08 -08:00
Björn Lindqvist
20711a0fd3
Adding escaping to CHAR: " -> CHAR: \"
...
It is not necessary to escape the " character, but it doesn't hurt and
is necessary for syntax-highlighting (FUEL) to work correctly.
2016-09-04 06:40:43 +02:00
Björn Lindqvist
ddc5ece757
alien.*: frontend varargs support! #1677
...
alien-invoke gets an extra parameter indicating if the call uses varargs
or not. In 99.9% of the cases, the parameter should be f, but is t if
varargs are indicated. E.g
: do-printf ( fmt d -- st ) int f "printf" { c-string double } t alien-invoke ;
2016-08-10 21:34:37 +02:00
John Benediktsson
59caf874a3
syntax: removing #! as a comment character.
...
We don't need two types of comments and shebang (#!) is handled
natively by the lexer, so the original reason for #! is not valid.
2015-09-09 18:28:08 -07:00
John Benediktsson
e477f6996f
Fix comments to be ! not #!.
2015-09-08 16:15:10 -07:00
Doug Coleman
75d63f8407
fjsc: 'word' -> word-parser
2015-08-15 18:31:17 -07:00
Doug Coleman
999aa7c897
factor: clean up spaces in -tests files
2015-07-02 10:34:01 -07:00
Doug Coleman
352e5de16a
core, basis, extra: Remove DOS line endings from files.
...
Remove whitespace from end of lines.
Add a newline to the end of each file.
2015-06-29 17:25:40 -07:00
John Benediktsson
76761b2e59
more minor cleanup.
2014-11-30 19:26:23 -08:00
John Benediktsson
c75fc48f23
switch some vocabs to 4 spaces.
2013-07-24 14:52:09 -07:00
Doug Coleman
42f4dc36b2
namespaces: Rename ``bind`` to ``with-variables``. Update a few places that called ``global [ ] with-variables`` to use ``with-global``.
2012-07-19 00:02:47 -07:00
John Benediktsson
c8732657b7
Cleanup more lint warnings.
2011-10-16 13:01:58 -07:00
John Benediktsson
7e824af1f6
fjsc: display the proper namespace when using set_in.
2011-08-24 15:20:51 -07:00
Slava Pestov
0612bc6177
Factor source files should not be executable
2009-11-21 17:50:43 -06:00
Chris Double
1ffa6cd282
Fix webapps.fjsc bitrot and move from unmaintained
2009-10-15 15:46:33 +13:00
Chris Double
0a544c4882
Fix fjsc bitrot
2009-10-15 14:53:30 +13:00
Slava Pestov
b62630b5ac
Updating code in basis and extra for stricter vocab search path semantics
2009-05-14 23:23:06 -05:00
Slava Pestov
4ca90e2a6a
Fix compile error in fjsc
2009-03-14 23:00:29 -05:00
Slava Pestov
aa67844a23
Update remaining >r/r> usages
2008-12-18 00:42:12 -06:00
Slava Pestov
cf80dd122a
Updating code for make and fry changes
2008-09-10 22:11:40 -05:00
Doug Coleman
85769f60f8
new accessors
2008-09-02 12:52:31 -05:00
Doug Coleman
978adcf90c
new accessors
2008-08-30 21:59:46 -05:00
Chris Double
8208661ed8
Use new style accessors in fjsc
2008-07-11 11:37:02 +12:00
Chris Double
14cc510844
Fix fjsc failing tests
2008-07-11 11:37:02 +12:00
Slava Pestov
58159095ee
Fix load-everything
2008-06-30 16:06:14 -05:00
Slava Pestov
b36e06d0d6
Builtinn types now use new slot accessors; tuple slot type declaration work in progress
2008-06-28 02:36:20 -05:00
Doug Coleman
bd7fea2568
add missing using
2008-03-03 14:38:09 -06:00
Slava Pestov
e98cd1fd59
New convention for unit tests
2008-03-01 17:00:45 -05:00
Slava Pestov
c9be883b2c
Fix confict
2008-02-16 02:23:02 -06:00
Slava Pestov
7217e6756a
load-everything fixes
2008-02-16 01:52:22 -06:00
Daniel Ehrenberg
f6845d43d3
Massive name change in files, string streams
2008-02-15 22:20:31 -06:00
Daniel Ehrenberg
97dbf32608
Fixing FJSC and ID3
2008-02-15 20:34:04 -06:00
Eduardo Cavazos
bff385269c
Lot's of USING: fixes for ascii or unicode
2008-02-01 18:26:32 -06:00
Slava Pestov
8285eeda9a
Fix conflict
2008-01-06 13:30:23 -04:00
Chris Double
b5186937a4
Port fjsc to use pegs instead of parser combinators
2007-12-20 12:48:45 +13:00
Slava Pestov
6668b6a975
Minor parser combinators tweaks (hope doublec doesn't mind)
2007-11-24 18:07:01 -05:00
Slava Pestov
a96457cecc
Initial import
2007-09-20 18:09:08 -04:00