Björn Lindqvist
|
72807720f2
|
basis/,extra/: lots of new tags.txt files
|
2017-07-05 01:50:39 +02: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 |
Alexander Iljin
|
2fd5654473
|
Add EOL at EOF for all authors.txt files for consistency
In some instances replaced CR/LF with LF.
|
2016-07-30 09:25:30 -07:00 |
John Benediktsson
|
498285d7dd
|
unicode: make this the API for all unicode things.
|
2016-03-30 23:29:48 -07:00 |
John Benediktsson
|
9c323e2884
|
cleanup some uses of current-directory.
|
2016-03-18 17:04:05 -07:00 |
John Benediktsson
|
ceb75057da
|
change ERROR: words from throw-foo back to foo.
|
2015-08-13 16:13:05 -07:00 |
Doug Coleman
|
66147f27b4
|
extra: use throw-foo for ERROR: change
|
2015-08-13 01:56:32 -07:00 |
Doug Coleman
|
cf0cb4aedc
|
nested-comments: remove this vocab. we have /* */ which is good enough for now.
broken case:
(*
: print-broken ( -- ) "*)" ;
*)
not worth fixing, please don't bring this back :)
its functionality will be replaced soon.
|
2015-07-21 12:07:53 -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 |
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 |
Doug Coleman
|
febc689322
|
c.preprocessor: Use ML-style comments.
|
2013-04-13 17:30:49 -07:00 |
Slava Pestov
|
ea726f5680
|
Move remaining sequence operations from generalizations to sequences.generalizations where they belong
|
2010-05-18 18:36:47 -04:00 |
Slava Pestov
|
627295f094
|
Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO)
|
2010-05-06 17:21:02 -04:00 |
Joe Groff
|
4b0edb34d3
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-11-05 22:23:21 -06:00 |
Doug Coleman
|
3e28be6568
|
move sequence-parser to sequences.parser
|
2009-11-05 17:12:10 -06:00 |
Joe Groff
|
6c48852fb0
|
eliminate most spins from extra
|
2009-11-05 15:34:31 -06:00 |
Doug Coleman
|
1660be50a4
|
remove some c parsing words from sequence-parser
|
2009-08-01 20:42:29 -05:00 |
Doug Coleman
|
a10d490fe2
|
more parsing work
|
2009-04-10 17:50:05 -05:00 |
Doug Coleman
|
6583b4d38e
|
rename html.parser.state to sequence-parser
|
2009-04-09 15:28:48 -05:00 |
Doug Coleman
|
070e5ef9bf
|
check in more test cases for later
|
2009-04-02 12:25:41 -05:00 |
Doug Coleman
|
e841308bf6
|
adding some preprocessor test files
|
2009-04-02 11:40:15 -05:00 |
Doug Coleman
|
6399f4bc1a
|
handle defines better, save all #if/#elif/#else/#pragma/#include_next. next step: tokenizing and macro replacement
|
2009-04-02 11:39:18 -05:00 |
Doug Coleman
|
2325710a4f
|
beginnings of a c preprocessor -- needs #if, #elif, #else
|
2009-04-02 01:17:36 -05:00 |