Aaron Schaefer
9d44708e1d
Fix contains? -> any? rename issue
2009-04-01 18:43:45 -04:00
Doug Coleman
1b0c301005
move assoc-heaps to extra
2009-04-01 17:29:58 -05:00
Doug Coleman
7b6260ca8c
remove tokenize-line
2009-04-01 17:28:36 -05:00
Doug Coleman
5ec23cdde0
Merge branch 'master' of git://factorcode.org/git/factor
2009-04-01 17:28:17 -05:00
Doug Coleman
6af6de1aac
make tokenize-line configurable, fix bug in take-quoted-string
2009-04-01 15:51:39 -05:00
Doug Coleman
d64e07af8b
fix bug in state-parser, add take-token
2009-04-01 15:23:05 -05:00
Joe Groff
7e0f5be76b
Merge branch 'master' of factorcode.org:/git/factor
2009-04-01 14:56:36 -05:00
Joe Groff
432ff9b07f
Make math.blas library and ABI choice configurable
2009-04-01 14:52:43 -05:00
Doug Coleman
947bcc3d33
state-parser take-quoted-string rewinds if the string is not found
2009-04-01 14:50:43 -05:00
Doug Coleman
1e4eebda3a
refactor state parser some more, add a word to parse escaped strings
2009-04-01 14:36:08 -05:00
Doug Coleman
d52535b63a
set non-key/value attributes to themselves
2009-04-01 13:42:38 -05:00
Doug Coleman
09e4d34ff2
rename next to advance
2009-04-01 12:52:02 -05:00
Doug Coleman
28dae46b7d
make html.parser words private
2009-04-01 12:48:51 -05:00
Doug Coleman
9ecf8ec3db
remove dead code
2009-04-01 12:47:17 -05:00
Doug Coleman
826d9f18c5
fix parsing of attributes for nofollows
2009-04-01 12:44:38 -05:00
Doug Coleman
7060a5905f
add take-sequence to state parser
2009-04-01 12:44:06 -05:00
Doug Coleman
d82b8ba4eb
more cleanup
2009-04-01 11:48:44 -05:00
Doug Coleman
fdb8c9da1a
cleaning up html.parser
2009-04-01 11:43:30 -05:00
Doug Coleman
a172d61f2e
fix deployed name in minneapolis-talk, add summary/deploy to chicago talk
2009-04-01 11:11:15 -05:00
Doug Coleman
b35bb10123
spider - better handling of relative links for frames, dont spider things twice
2009-04-01 11:08:19 -05:00
Doug Coleman
393df94d38
add chicago-talk to demos
2009-04-01 11:03:10 -05:00
Doug Coleman
f69e6d38f7
Merge branch 'master' of git://factorcode.org/git/factor
2009-04-01 10:38:34 -05:00
Jose A. Ortega Ruiz
14ae8b809d
Merge commit 'origin/master' into emacs
2009-04-01 11:59:39 +02:00
Doug Coleman
81ec716782
Merge branch 'master' of git://factorcode.org/git/factor
2009-04-01 04:29:28 -05:00
Doug Coleman
e37627fa8f
fix linux64 blas
2009-04-01 04:28:53 -05:00
Doug Coleman
9be511909b
Merge branch 'master' of git://factorcode.org/git/factor
2009-04-01 03:18:51 -05:00
Doug Coleman
20df429a50
take-until doesnt pass the element to the quotation anymore
2009-04-01 03:13:38 -05:00
Slava Pestov
11eff11fb7
Add silly optimization for 'new'; this will be removed when compiler improves
2009-04-01 02:53:30 -05:00
Slava Pestov
3885ba02a6
Fixing up smalltalk to the point where it can run fib, slowly
2009-04-01 02:47:51 -05:00
Doug Coleman
f994654af3
add take-while to state parser
2009-04-01 02:45:20 -05:00
Doug Coleman
99c3cd9517
more renaing get-char to current
2009-04-01 02:33:38 -05:00
Doug Coleman
aa37871ff9
rename get-next to peek-next, get-char to current
2009-04-01 02:32:48 -05:00
Slava Pestov
8ab7328899
Add new vocabs
2009-04-01 02:09:49 -05:00
Slava Pestov
0ff6678850
Load smalltalk.library by default and remove useless smalltalk.factor
2009-04-01 02:08:49 -05:00
Slava Pestov
9f01e819e8
smalltalk: fix various things in the parser, add temporary variable support, clean up compiler
2009-04-01 02:06:57 -05:00
Slava Pestov
86cf94260c
Merge branch 'master' into smalltalk
2009-04-01 00:00:20 -05:00
Chris Double
087a7acfba
Fix peg left recursion handling
2009-03-31 23:59:52 -05:00
Slava Pestov
474e74a232
Re-organize things so that bootstrap.ui doesn't load ui.text
2009-03-31 23:44:38 -05:00
Aaron Schaefer
a4800878e1
Merge branch 'master' of git://factorcode.org/git/factor
...
* 'master' of git://factorcode.org/git/factor: (66 commits)
Better error message for syntax error in : foo ( : bar
remove some dead code, make spider use count and max-count again
left and right arrow keys move between graphemes in UI
Adding functionality to unicode breaks API for future UI changes
state-parser works with sequences, not strings
rename word
redo spider without dynamic variables
remove duplication, refactor html.parser to use new state parser
redo state parser to avoid dynamic variables
fix help-lint for syndication
Small speedup for code using H{ } clone and with-scope
Small size reduction for deployed images
Tweak some code to reduce deployed image size
syndication: fix help lint
Fix parse-feed for byte arrays
refactor some error handling in peg, more unit tests
Fix C99 complex number support in FFI on Mac OS X/PPC
add unit tests for quoting
Fix model docs
Some cleanup in documents.elements
...
2009-04-01 00:43:23 -04:00
Slava Pestov
51e43d69ab
Merge branch 'master' of git://factorcode.org/git/factor
2009-03-31 23:39:36 -05:00
Slava Pestov
ab7f433aa2
Fix stack effect declarations for (>>foo) words
2009-03-31 23:39:11 -05:00
Daniel Ehrenberg
9e9116f0ea
Better error message for syntax error in : foo ( : bar
2009-03-31 23:18:52 -05:00
Doug Coleman
19d8a6a552
remove some dead code, make spider use count and max-count again
2009-03-31 23:04:59 -05:00
Doug Coleman
19aa85ef49
Merge branch 'master' of git://factorcode.org/git/factor
2009-03-31 22:54:07 -05:00
Slava Pestov
d0921b1d2d
Smalltalk parser work in progress
2009-03-31 22:30:13 -05:00
Jose A. Ortega Ruiz
408d592c3e
FUEL: Font lock and no indentation for EBNF: ... ;EBNF forms.
2009-04-01 05:03:28 +02:00
Daniel Ehrenberg
3211270d5b
left and right arrow keys move between graphemes in UI
2009-03-31 21:49:14 -05:00
Daniel Ehrenberg
95d9b3a417
Adding functionality to unicode breaks API for future UI changes
2009-03-31 21:48:43 -05:00
Daniel Ehrenberg
cee809ead1
Merge branch 'master' of git://factorcode.org/git/factor into unicode
2009-03-31 21:42:22 -05:00
Slava Pestov
15cb926afb
smalltalk: Working on message cascade syntax
2009-03-31 21:23:09 -05:00