Folkert
|
2def201a9a
|
fix multiple consequtive defs
|
2021-02-02 15:26:00 +01:00 |
|
Folkert
|
95ebc8ded5
|
fix aliases and type annotations
|
2021-02-02 14:32:01 +01:00 |
|
Folkert
|
736fa73e88
|
fix headers and apply
|
2021-02-02 02:14:46 +01:00 |
|
Folkert
|
56f6770804
|
WIP
|
2021-02-02 01:56:50 +01:00 |
|
Folkert
|
8f5df8b7b8
|
fail when end of input is not reached by parser
|
2021-02-01 16:38:14 +01:00 |
|
Folkert
|
4524012b2c
|
fix problem with spaces in patterns
|
2021-02-01 14:39:18 +01:00 |
|
Folkert
|
ac3788ba85
|
fix tests
|
2021-01-31 18:51:12 +01:00 |
|
Folkert
|
6f394aef08
|
notify when base and fx are available
|
2021-01-31 15:55:30 +01:00 |
|
Folkert
|
42bb5fc8fd
|
make Effects Send
|
2021-01-31 14:41:06 +01:00 |
|
Folkert
|
53afa3c3fc
|
parse a shortname prefix before Effects
|
2021-01-31 13:43:19 +01:00 |
|
Folkert
|
ccd302cbe9
|
format
|
2021-01-01 00:54:18 +01:00 |
|
Folkert
|
94a33c91dc
|
clippy
|
2021-01-01 00:22:18 +01:00 |
|
Folkert
|
728298d15a
|
automatic clippy fixes
|
2021-01-01 00:05:45 +01:00 |
|
Sébastien Besnier
|
70b3b77ac0
|
fixing tests compiling issues
|
2020-12-28 21:36:22 +01:00 |
|
Sébastien Besnier
|
07d4f8dc15
|
make clippy happy
|
2020-12-28 19:54:17 +01:00 |
|
Sébastien Besnier
|
83aa5c1642
|
add final_comments to List's AST
|
2020-12-28 18:17:56 +01:00 |
|
Sébastien Besnier
|
2f3d74e8bd
|
fix empty record with only comments in it
|
2020-12-28 17:54:35 +01:00 |
|
Anton-4
|
b085469602
|
Replaced large_enum_variant explanation with link to issue #800
|
2020-12-14 16:09:16 +01:00 |
|
Richard Feldman
|
e45dcd0208
|
Fix regions in a test
|
2020-12-02 22:06:04 -05:00 |
|
Richard Feldman
|
80d959a103
|
Restore original state if skip parsers fail
|
2020-12-02 22:04:46 -05:00 |
|
Richard Feldman
|
e2804398b4
|
Fix keyword parsing bug
|
2020-12-02 21:56:31 -05:00 |
|
Richard Feldman
|
98fa4a752d
|
Reproduce keyword parsing bug
|
2020-12-02 21:56:31 -05:00 |
|
Richard Feldman
|
7e91e916d7
|
Reproduce parse bug
|
2020-12-02 19:05:24 -05:00 |
|
Richard Feldman
|
1b41916fb0
|
appease clippy
|
2020-11-26 21:11:49 -05:00 |
|
Richard Feldman
|
d0c651726d
|
Support package-qualified imports
|
2020-11-26 21:11:43 -05:00 |
|
Richard Feldman
|
b70f265242
|
Reproduce inability to parse pkg-qualified imports
|
2020-11-26 21:07:45 -05:00 |
|
Sébastien Besnier
|
124800f8b9
|
fix bug parser with comment after ':' in signature
|
2020-11-25 10:31:49 +01:00 |
|
Richard Feldman
|
91c98ede21
|
Merge branch 'trunk' into import-packages
|
2020-11-23 21:51:51 -05:00 |
|
Sébastien Besnier
|
88373240a9
|
fix multiline type signature bug
|
2020-11-23 15:30:48 +01:00 |
|
Sébastien Besnier
|
d632e588ef
|
add failing test
|
2020-11-23 14:24:10 +01:00 |
|
Richard Feldman
|
ed67fc8d09
|
It's gonna be okay, clippy.
|
2020-11-23 00:33:56 -05:00 |
|
Richard Feldman
|
c441471767
|
Add parse tests for platform headers
|
2020-11-23 00:08:50 -05:00 |
|
Richard Feldman
|
a8ae25697d
|
Expose platform_header
|
2020-11-23 00:08:50 -05:00 |
|
Richard Feldman
|
1868051105
|
Allow for shorter app headers
|
2020-11-23 00:08:50 -05:00 |
|
Richard Feldman
|
ecfdadb5e3
|
Revert "Require packages and imports once again"
This reverts commit 119329dffc86edbb2bc0475dfcded905f0f19c04.
|
2020-11-23 00:08:50 -05:00 |
|
Richard Feldman
|
09d107e469
|
Require packages and imports once again
|
2020-11-23 00:08:49 -05:00 |
|
Richard Feldman
|
a7eb568267
|
Fix load tests
|
2020-11-23 00:08:49 -05:00 |
|
Richard Feldman
|
ce4469de80
|
Make packages and imports optional
|
2020-11-23 00:08:49 -05:00 |
|
Richard Feldman
|
3e01df2bcf
|
Update parse tests to incorporate module headers
|
2020-11-23 00:08:49 -05:00 |
|
Richard Feldman
|
f5a480f799
|
Fix a test compilation error
|
2020-11-23 00:08:49 -05:00 |
|
Richard Feldman
|
a78434fd48
|
Finish introducing new header keywords
|
2020-11-23 00:08:49 -05:00 |
|
Richard Feldman
|
c2d8205bfb
|
Reproduce fun rustmft bug
|
2020-11-23 00:08:49 -05:00 |
|
Sébastien Besnier
|
5562b986ce
|
cargo fmt
|
2020-11-21 20:50:29 +01:00 |
|
Sébastien Besnier
|
0d9e3aa07b
|
make clippy happy
|
2020-11-21 20:36:26 +01:00 |
|
Sébastien Besnier
|
bfe219f307
|
fix some wrong comments
|
2020-11-21 20:36:26 +01:00 |
|
Sébastien Besnier
|
52bace2c25
|
store the final comments in the AST for record & tag union annotations
|
2020-11-21 20:36:26 +01:00 |
|
Sébastien Besnier
|
c692319fb9
|
correctly format multiline record type annotation
|
2020-11-21 20:36:26 +01:00 |
|
Sébastien Besnier
|
f9666d6efe
|
better code comments
|
2020-11-21 20:36:26 +01:00 |
|
Sébastien Besnier
|
932d9b1d16
|
fix region parsing
|
2020-11-21 15:57:12 +01:00 |
|
Folkert
|
4db48d9f13
|
more clippy things
|
2020-11-19 22:20:00 +01:00 |
|