Doug Coleman
|
b826b9bacc
|
modern.out: add rewriting to disk
|
2017-08-31 21:21:15 -05:00 |
Doug Coleman
|
1771fbb909
|
graphviz: Update this nightmare :p
|
2017-08-31 21:21:15 -05:00 |
Doug Coleman
|
6ef39d8b6e
|
factor: Removing /* */ and fixing up using lists.
|
2017-08-31 21:21:14 -05:00 |
Doug Coleman
|
b0858e48b8
|
core: \foo is literally just foo. To escape it, do ``\ foo`` instead.
Fix smalltalk too.
|
2017-08-31 21:21:14 -05:00 |
Doug Coleman
|
fbaa172732
|
smalltalk: Allow SELECTOR: \foo: and ``M: foo \bar``
|
2017-08-31 21:21:14 -05:00 |
Doug Coleman
|
5fb483099f
|
cocoa: Prefer ``send: foo`` or ``send: \foo:`` instead of ``send\ foo:``
|
2017-08-31 21:21:14 -05:00 |
Doug Coleman
|
8d2d8f99e9
|
modern.out: Write core/ to disk in two ways.
|
2017-08-31 21:21:14 -05:00 |
Doug Coleman
|
4ede4769e2
|
modern: Fix strings. They were out of order.
|
2017-08-31 21:21:14 -05:00 |
Doug Coleman
|
5bb1c2b520
|
modern: Fix : ; and add unit tests.
|
2017-08-31 21:21:14 -05:00 |
Doug Coleman
|
55eb8f3c21
|
modern: make lex-all actually lex everything
|
2017-08-31 21:21:14 -05:00 |
Doug Coleman
|
baa6af4831
|
factor: All RENAME: and FROM: and EXCLUDE: to have \foo as word names.
Grab bag of other cleanups. tests and docs parse!
|
2017-08-31 21:21:14 -05:00 |
Doug Coleman
|
55df44923f
|
infix: literally just a string dsl.
|
2017-08-31 21:21:14 -05:00 |
Doug Coleman
|
3aa096e2e5
|
docs: Update docs.
|
2017-08-31 21:21:14 -05:00 |
Doug Coleman
|
4cba08aa8c
|
xml: update syntax. XML-DOC[[ ]] and XML-CHUNK[[ ]]
|
2017-08-31 21:21:14 -05:00 |
Doug Coleman
|
2551028f98
|
factor: Fixing postpone: etc in docs
|
2017-08-31 21:21:14 -05:00 |
Doug Coleman
|
5a5776068c
|
project-euler.011: Better name for matrix diagonals.
|
2017-08-31 21:21:14 -05:00 |
Doug Coleman
|
22e59d7838
|
docs: Escaping a lot.
|
2017-08-31 21:21:14 -05:00 |
Doug Coleman
|
15a7484b6f
|
factor: STRING: foo ; to CONSTANT: foo [[ ]]
|
2017-08-31 21:21:14 -05:00 |
Doug Coleman
|
2114b7efc5
|
factor: ALIEN: to alien:
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
5507c2b676
|
factor: [let to let[, [| to |[
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
28ffd303cb
|
factor: random syntax update
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
9fc62092a4
|
factor: SEL: to selector\ postpone: \foo
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
3861e85d09
|
regexp: Allow more syntax. Update yaml.
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
54ef674a99
|
cocoa: -> to send\ ?-> to ?send\ SUPER-> to super\
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
f561911211
|
modern: Allow foo\ words
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
147ae66ab5
|
factor: SYNTAX: \foo
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
39a9b21e98
|
modern: handle \[[ \[=[
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
161a50c0b8
|
modern: Still support ``\ foo`` for now.
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
15fe8c3844
|
modern: Backslashes should be like \AVL{ instead of \ AVL{
The only thing that matters is a leading \
Backslashed patterns: \foo \foo\bar
Non-backslashed patterns: foo\bar foo\bar{
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
c436f6dbad
|
factor: char: postpone: color: hexcolor: flexhexcolor: decimal:
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
9a94118c9d
|
modern: Fixing backslashes.
|
2017-08-31 21:21:12 -05:00 |
Doug Coleman
|
4f5837b41c
|
modern: Don't need a delimiter stack. Yet?
|
2017-08-31 21:21:12 -05:00 |
Doug Coleman
|
bb6ffbd9e2
|
modern: Allow :foo: and handle :> correctly. Add unit tests.
|
2017-08-31 21:21:12 -05:00 |
Doug Coleman
|
6c5bc17c58
|
factor: CHAR: ; -> CHAR: \;
|
2017-08-31 21:21:12 -05:00 |
Doug Coleman
|
eb173e2caa
|
factor: Add more character escapes.
|
2017-08-31 21:21:12 -05:00 |
Doug Coleman
|
84e40810cd
|
factor: CHAR: : -> CHAR: \:, same for [{(
|
2017-08-31 21:21:12 -05:00 |
Doug Coleman
|
f049487021
|
modern: Add some more terminators.
|
2017-08-31 21:21:12 -05:00 |
Doug Coleman
|
2d77edf9a2
|
modern-tests: Add some unit tests.
|
2017-08-31 21:21:12 -05:00 |
Doug Coleman
|
58e09f4a58
|
modern: Add some words to lex every root.
|
2017-08-31 21:20:43 -05:00 |
Doug Coleman
|
137384cdea
|
modern: Don't allow patterns like ``foo: ;``
|
2017-08-31 21:20:43 -05:00 |
Doug Coleman
|
c06f0eb5f7
|
modern: Fix up a bit.
|
2017-08-31 21:20:43 -05:00 |
Doug Coleman
|
530ebd49ee
|
modern: Fix sections.
|
2017-08-31 21:20:43 -05:00 |
Doug Coleman
|
e7a5101366
|
modern: Allow <FOO to interrupt a FOO:
|
2017-08-31 21:20:43 -05:00 |
Doug Coleman
|
69d5125b87
|
modern: Fix some bugs with (=( and order of tokens.
|
2017-08-31 21:20:43 -05:00 |
Doug Coleman
|
f04c919e79
|
modern: Add a flag for interrupting FOO: words with another FOO:
|
2017-08-31 21:20:43 -05:00 |
Doug Coleman
|
218530209f
|
modern: Add a stripped-down parser from what I had.
|
2017-08-31 21:20:43 -05:00 |
Doug Coleman
|
081b642dee
|
bootstrap.image.upload: Upload images per-branch.
|
2017-08-31 21:06:17 -05:00 |
Doug Coleman
|
a372224e9b
|
git: Add repo that can do some git things in native Factor.
|
2017-08-31 20:44:24 -05:00 |
Doug Coleman
|
12816f4d4e
|
cuda: Allow memory to report as >4gb.
|
2017-08-25 19:53:13 +00:00 |
Doug Coleman
|
c9fd44502c
|
slots.macros: Refactor {word-names}.
|
2017-08-20 11:36:32 -05:00 |