John Benediktsson
|
95b695d664
|
fjsc: remove unnecessary stack effects on generic words.
|
2020-02-26 11:34:23 -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 |
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 |
Doug Coleman
|
75d63f8407
|
fjsc: 'word' -> word-parser
|
2015-08-15 18:31:17 -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 |
John Benediktsson
|
c8732657b7
|
Cleanup more lint warnings.
|
2011-10-16 13:01:58 -07:00 |
Slava Pestov
|
0612bc6177
|
Factor source files should not be executable
|
2009-11-21 17:50:43 -06: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
|
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 |