Chris Double
3f7d214dfa
Merge commit 'origin/master'
2008-03-29 15:11:23 +13:00
Doug Coleman
482efc9c58
fix load errors
2008-03-28 15:09:21 -05:00
Doug Coleman
8cf2fd88a5
allow random-32* or random-bytes* to generate randomness in terms of each other
2008-03-28 13:50:23 -05:00
Doug Coleman
3e2a867c3a
implement touch-file on windows
2008-03-28 13:37:05 -05:00
Chris Double
7bf27a5eb2
EBNF test using Java Primary production
2008-03-29 03:41:40 +13:00
Chris Double
25eea7ea1b
Fix ebnf tests for left recursion
2008-03-29 02:51:49 +13:00
Chris Double
261539a86a
Unit test for left recursive grammar
2008-03-29 02:47:03 +13:00
Chris Double
dd979c8b3b
Indirect Left recursive grammars working
2008-03-29 02:45:21 +13:00
Chris Double
68cbdf76aa
Handle direct left recusion
2008-03-29 01:17:54 +13:00
Chris Double
010ce80076
Handle left recursion by failing again
2008-03-29 00:49:39 +13:00
Chris Double
cca4700e49
Fix ebnf for peg changes
2008-03-29 00:41:41 +13:00
Chris Double
4b353c7529
Rewrite peg internals
2008-03-29 00:37:40 +13:00
Chris Double
1d87e513f5
lr2 wip
2008-03-28 21:17:08 +13:00
Slava Pestov
bbd1ac7180
Fix launchers
2008-03-28 01:22:51 -05:00
Eduardo Cavazos
0934473b72
builder: cd changed
2008-03-27 22:22:19 -06:00
Eduardo Cavazos
248c88554e
builder.release: update 'common-files'
2008-03-27 22:18:43 -06:00
Chris Double
d2190fd1ec
Direct left recurson working
2008-03-28 14:30:10 +13:00
Chris Double
749f10ba9f
Implement direct left recursion
...
As per VPRI Technical Report TR-2007-002 section 3.2
2008-03-28 14:30:10 +13:00
Chris Double
f596aa2d71
Handle compilation of circular parsers
2008-03-28 14:26:05 +13:00
Chris Double
f96a251f8a
Refactor pegs to remove MEMO: and use unique id's
2008-03-28 12:35:47 +13:00
Chris Double
89c7698738
Fix MEMO problem with seq* and choice*
2008-03-28 11:30:46 +13:00
Chris Double
fa8b311b27
Add packrat-parse, etc
2008-03-28 00:04:08 +13:00
Chris Double
f6b7f8197e
Add tests for left recusion in pegs
2008-03-27 23:54:34 +13:00
Chris Double
4e29081e93
Make left recursion in pegs a failed parse
...
Eventually left recursion will work fine, but this is prevents an infinite loop for now.
2008-03-27 18:15:22 +13:00
Chris Double
4c50daed22
Testcase for packrat behaviour
2008-03-27 17:58:08 +13:00
Chris Double
bc5f82255f
peg refactorings
2008-03-27 17:24:05 +13: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