Niko Matsakis
2ef8ad797e
Update RELEASES.md with info about what has changed since 0.8
2016-01-23 11:37:02 -05:00
Niko Matsakis
b9f80bf2c6
Remove stray println.
2016-01-22 12:30:40 -05:00
Niko Matsakis
53c7e620c9
Update snapshot.
2016-01-22 12:30:22 -05:00
Niko Matsakis
636adee662
Merge pull request #56 from nikomatsakis/issue-55
...
Fix inlining when inlined symbol appears multiple times in one production
2016-01-22 08:33:20 -05:00
Niko Matsakis
9a121b78a0
Fix inlining so that different appearances of the same symbol can be
...
inlined in multiple ways.
2016-01-22 08:16:21 -05:00
Niko Matsakis
d17fdd8127
Merge pull request #51 from shahn/remove-term-dep
...
Remove term dependency
2015-12-27 10:19:24 -05:00
Niko Matsakis
5f6021c54a
Merge pull request #52 from shahn/e0446
...
Make a few lexer structs pub to fix E0446
2015-12-27 10:19:07 -05:00
Sebastian Hahn
e70b23208a
Remove term dependency
2015-12-25 10:39:55 +01:00
Sebastian Hahn
1c82d88a6b
Make a few lexer structs pub to fix E0446
2015-12-24 17:04:37 +01:00
Niko Matsakis
6d17ccc9e4
Merge pull request #48 from pensivearchitect/master
...
fix some typos in the tutorial
2015-12-19 14:00:45 -05:00
Joshua Bell
c0e508b58c
fix some typos in the tutorial
2015-12-19 00:03:15 -08:00
Niko Matsakis
e3b2f31e8e
Merge pull request #46 from jonas-schievink/process_cwd
...
Start processing at the current working directory
2015-12-14 13:01:13 -05:00
Niko Matsakis
218d6e4df9
Merge pull request #44 from fhahn/recent-nightly
...
Do not use (..) for empty enum variants, closes #43
2015-12-09 18:26:35 -05:00
Niko Matsakis
8bc15954c4
Merge pull request #47 from jonas-schievink/alt-oom
...
Fix #41 by adding a missing self.bump()
2015-12-09 08:41:07 -05:00
Jonas Schievink
fb32be50e4
Add a regression test using the code from #41
2015-12-09 13:25:02 +01:00
Jonas Schievink
90849fffcf
Fix #41 by adding a missing self.bump()
2015-12-09 00:48:28 +01:00
Florian Hahn
72e50ae574
Use .join()
instead of deprecated .connect()
2015-12-08 23:26:42 +01:00
Jonas Schievink
d79f8146d1
Start processing at the current working directory
...
Fixes #45
2015-12-08 23:04:18 +01:00
Florian Hahn
bf6be4a166
Do not use (..) for empty enum variants, closes #43
2015-12-08 21:49:20 +01:00
Niko Matsakis
474d2be12d
bump up version numbers in tutorial, and fix bug in publish script
2015-11-06 04:31:16 -05:00
Niko Matsakis
018f59d94f
Merge pull request #38 from shahn/drop_rand_dep
...
Drop rand from required dependencies
2015-10-30 06:20:37 -04:00
Sebastian Hahn
a8155ad01c
Drop rand from required dependencies
...
The rand crate pulls in a lot of dependencies which many users of
lalrpop probably wouldn't otherwise require. It is enough to require it
to run the tests, which means using lalrpop doesn't require this
anymore.
This will come to full fruition eventually when a new lalrpop snapshot
is created, until then rand will still be pulled in.
2015-10-30 08:27:41 +01:00
Niko Matsakis
2729ee1042
Merge pull request #36 from nikomatsakis/inline
...
Implement inlining of nonterminals
2015-10-25 07:36:10 -04:00
Niko Matsakis
dc91cd88fa
Update release notesX
2015-10-25 07:34:08 -04:00
Niko Matsakis
1fa3bc6832
remove the lowering tests because they are annoying to maintain and
...
don't add anything over lalrpop-test really
2015-10-25 07:11:49 -04:00
Niko Matsakis
63c9c2efc9
patch up the macro expansion test case now that * and ? are inlined
2015-10-25 07:11:48 -04:00
Niko Matsakis
f125c75926
fix tests
2015-10-25 07:11:48 -04:00
Niko Matsakis
ddadce60fb
refashion inlining so that it actually works, and also factor out action
...
code into its own file, rather than embedding strings all over the place
2015-10-25 07:11:48 -04:00
Niko Matsakis
7329aa8be7
implement first draft at inlining, add a simple test
2015-10-25 07:11:29 -04:00
Niko Matsakis
70787e268c
write scaffolding for actually doing inlining
2015-10-25 07:11:29 -04:00
Niko Matsakis
3eb40dcec8
check that pub items are not marked inline
2015-10-25 07:11:29 -04:00
Niko Matsakis
015450c275
implement check for cyclic inlines, and determine proper order to
...
do the inlining in
2015-10-25 07:11:29 -04:00
Niko Matsakis
9383e3e948
move annotations into repr::grammar
2015-10-25 07:11:29 -04:00
Niko Matsakis
7648a9214f
simplify the grammar model so that all actions are just action fns; move
...
the lookahead/lookbehind action code into lower
2015-10-25 07:11:29 -04:00
Niko Matsakis
263717b3e8
compute the prefix from the input source text, rather than scouring the
...
grammar; this way it is available during normalization
2015-10-25 07:11:29 -04:00
Niko Matsakis
99e97cdff6
pass lookaround/lookbehind to action fns
2015-10-25 07:11:29 -04:00
Niko Matsakis
18502a0e57
bump version number to 0.8.0
2015-10-15 13:11:12 -04:00
Niko Matsakis
d91e27c9f1
release 0.7.0
2015-10-15 13:10:49 -04:00
Niko Matsakis
8c1625908d
add release notes
2015-10-15 12:34:26 -04:00
Niko Matsakis
41048a6eac
bump version number to 0.7.0
2015-10-15 12:31:47 -04:00
Niko Matsakis
2e253bad97
support unbalanced parens in code blocks that occur in //
comments
2015-10-15 04:43:15 -04:00
Niko Matsakis
b95ec6a25d
Skip over string literals in code constants properly. Fixes #25 .
2015-10-14 17:03:09 -04:00
Niko Matsakis
798114af34
Fix main.rs
link in tutorial.md
. Fixes #33 .
2015-10-14 05:58:10 -04:00
Niko Matsakis
9b9184ec15
Fix regular expression parsing when a .
appears. Fixes #32 .
2015-10-14 05:56:49 -04:00
Niko Matsakis
ae027da57e
Place the implicit 'input
parameter at the START of the list,
...
so that generic type parameters work in conjunction with the implicit
tokenizer. Fixes #34 .
2015-10-13 06:22:20 -04:00
Niko Matsakis
623b36c56e
adjust version numbers
2015-10-13 05:40:28 -04:00
Niko Matsakis
836fcd1259
Merge pull request #31 from dagit/windows_fixes_2
...
Copy brson's changes to lalrpop-snap to lalrpop and add windows times…
2015-09-28 05:39:04 -04:00
Jason Dagit
30b357530f
Copy brson's changes to lalrpop-snap to lalrpop and add windows timestamp check
2015-09-27 23:12:13 -07:00
Niko Matsakis
1e5fb78d89
Merge pull request #30 from dagit/windows_fix
...
Add file time checking for windows (re)builds
2015-09-27 20:12:36 -04:00
unknown
221ecd8020
Add file time checking for windows (re)builds
2015-09-27 13:52:54 -07:00