U-FROGGER\erg
783d7a20da
fix windows bootstrap
2008-03-26 10:17:20 -05:00
erg
f54d12682a
add more unit tests for windows
2008-03-27 09:01:48 -05:00
erg
e39894155c
add windows-absolute-path? and move unit tests
2008-03-27 09:00:59 -05:00
erg
3dde03bb4d
Merge branch 'master' of git://factorcode.org/git/factor
2008-03-27 07:36:18 -05:00
Slava Pestov
65bfc09265
Fix HTTP server
2008-03-27 05:18:07 -05:00
Slava Pestov
febcd88459
Unit test fixes
2008-03-27 05:13:52 -05:00
Slava Pestov
b008f69c25
Fix serialize
2008-03-27 03:27:22 -05:00
Slava Pestov
3a9839a168
Fix conflict
2008-03-27 01:43:32 -05:00
Slava Pestov
8903ba3a32
Fix Windows bootstrap
2008-03-27 01:41:22 -05:00
erg
15c68a23f8
remove ?resource-path and resource-exists?
2008-03-26 23:47:51 -05:00
Daniel Ehrenberg
caf3ebb31d
Fixing 8-bit encodings
2008-03-27 00:32:41 -04:00
Slava Pestov
a90c3ddf5d
Merge branch 'master' of git://factorcode.org/git/factor
2008-03-26 23:12:44 -05:00
erg
5f38dca1e5
Merge branch 'master' of git://factorcode.org/git/factor
2008-03-26 22:39:37 -05:00
erg
24466cfc57
normalize-pathname all ova tha place
2008-03-26 22:39:16 -05:00
Chris Double
8bd7c51c10
Merge commit 'origin/master'
2008-03-27 15:51:20 +13:00
Chris Double
708726d208
Add with-packrat word and more memoization
2008-03-27 15:50:27 +13:00
Chris Double
7c0535884e
Fix up peg memoization of compiled parsers
2008-03-27 15:34:49 +13:00
Chris Double
e6da3bc43a
Use cache in compiled-parser in peg
2008-03-27 14:55:14 +13:00
Slava Pestov
e2f3888389
UI listener fix
2008-03-26 20:42:24 -05:00
Chris Double
c0f4e37427
Fix usage of cache in pegs
2008-03-27 12:58:53 +13:00
Chris Double
5986ccd47a
Merge commit 'origin/master'
2008-03-27 12:51:01 +13:00
Doug Coleman
dfb638e30c
Merge branch 'master' of git://factorcode.org/git/factor
2008-03-26 18:49:30 -05:00
Doug Coleman
d823c4a287
working on random
2008-03-26 18:48:55 -05:00
Doug Coleman
9120865157
fixing the launcher
2008-03-26 18:47:56 -05:00
Slava Pestov
e9fbbd0c9f
Merge branch 'master' of git://factorcode.org/git/factor
2008-03-26 18:42:14 -05:00
Eduardo Cavazos
7b1bd2f558
builder.release: upload binaries to factorcode.org
2008-03-26 18:22:25 -06:00
Chris Double
2614792254
Implement packrat algorithm
2008-03-27 12:31:13 +13:00
Slava Pestov
690621ffb6
Change PREDICATE: syntax
2008-03-26 18:23:19 -05:00
Chris Double
c793a381fe
Add hook for packrat implementation
2008-03-27 11:24:06 +13:00
Chris Double
85a3ee3e5b
Remove memoization in 'compile' word in pegs
...
This creates issues when recompiling a an existing EBNF parser for reasons I've not yet tracked down. Disabling it slows things down but makes things work correctly till I investigate the issue.
2008-03-27 11:24:06 +13:00
Slava Pestov
67eea75f4a
Merge branch 'master' of git://factorcode.org/git/factor
2008-03-26 17:08:56 -05:00
Slava Pestov
89a531d4a2
Fixing unit tests
2008-03-26 17:07:50 -05:00
Doug Coleman
d4dd93e316
move some io files unit tests to unix
2008-03-26 16:22:34 -05:00
Doug Coleman
603a55bde5
run deploy as +low-priority+
2008-03-26 15:59:11 -05:00
Doug Coleman
92b912bce9
Merge branch 'master' of git://factorcode.org/git/factor
2008-03-26 15:56:28 -05:00
Doug Coleman
65a12660a7
implement priorities on windows
2008-03-26 15:55:55 -05:00
erg
bc55f67a49
Merge branch 'master' of git://factorcode.org/git/factor
2008-03-26 15:29:49 -05:00
erg
719e6388b1
remove a unit test
2008-03-26 15:25:20 -05:00
erg
eed26edf23
fix bootstrap
2008-03-26 15:24:54 -05:00
Daniel Ehrenberg
64203f762d
Docs improvements; simplification of design of io.encodings.8-bit
2008-03-26 14:41:09 -04:00
Eduardo Cavazos
0133824805
Merge branch 'master' of git://factorcode.org/git/factor
2008-03-26 12:00:52 -06:00
Eduardo Cavazos
ecee19e6ed
Add a docs file for openssl. Mention where to get OpenSSL for Windows.
2008-03-26 12:00:09 -06:00
Slava Pestov
e1ad21a439
Working on shapes
2008-03-26 03:57:48 -05:00
Slava Pestov
257a03ace5
Fix multi-methods load error
2008-03-26 01:30:44 -05:00
Slava Pestov
5319ba1ae1
Merge git://double.co.nz/git/factor
2008-03-25 22:34:05 -05:00
Slava Pestov
2f73edb3a2
Fix stat on linux/x86.64
2008-03-25 22:26:33 -05:00
Chris Double
de3e4e049f
Use cleave instead of get-slots in peg
2008-03-26 16:21:33 +13:00
Chris Double
1ec945ba4c
Use new slots in peg.ebnf
2008-03-26 16:16:23 +13:00
Chris Double
8569d18068
Use new slots in peg
2008-03-26 16:08:14 +13:00
Slava Pestov
b3f99d1746
Merge git://factorcode.org/git/littledan
2008-03-25 21:56:52 -05:00