|
9b5b7aa793
|
MAINT: Fix try macros to use ?
|
2018-12-06 13:14:01 -06:00 |
|
|
e9a0bde631
|
MAINT: Opt in to 2018 edition of Rust.
|
2018-12-06 12:23:52 -06:00 |
|
|
1365a38700
|
FEATURE: Check bindings against the reserved word list for imports and let bindings.
|
2018-11-26 20:22:37 -06:00 |
|
|
15026423db
|
REFACTOR: Rename our error::Error type to BuildError.
|
2018-11-12 18:07:31 -06:00 |
|
|
6712fc9bb5
|
Merge squash of the no_more_nom branch
commit e4c80b19f5149fb7dba0a9b785e22ff5323b5470
Author: Jeremy Wall <jeremy@marzhillstudios.com>
Date: Sun Nov 4 09:54:16 2018 -0600
FEATURE: report better stacktraces for parsing.
commit 24b97c1037d6ddbe21f32e172b1c14cd2cfb9910
Author: Jeremy Wall <jeremy@marzhillstudios.com>
Date: Wed Oct 17 19:00:29 2018 -0500
FEATURE: Use context for our error reporting.
commit c22d397545e7575608e34561a274745b28be8c2c
Author: Jeremy Wall <jeremy@marzhillstudios.com>
Date: Sun Oct 14 14:18:42 2018 -0500
FIX: Better error reporting.
commit 7f47dc3f38bf6a3e8686c1fa3fd50ef97d4bf3af
Author: Jeremy Wall <jeremy@marzhillstudios.com>
Date: Sat Oct 13 19:42:22 2018 -0500
REFACTOR: Pass our offsets everywhere.
commit 91d7ed690bfd9989270ba9fa4f44c70f513d54b9
Author: Jeremy Wall <jeremy@marzhillstudios.com>
Date: Sun Sep 23 15:08:45 2018 -0500
REFACTOR: Use abortable_parser.
|
2018-11-05 21:34:12 -06:00 |
|
|
2d71145813
|
FEATURE: Evaluation of an Assert Statement.
|
2018-06-06 20:38:53 -05:00 |
|
|
c008d689a1
|
FEATURE: Error message improvements.
Selector path lookup errors render better.
We also include the actual file name we are parsing now.
|
2018-05-30 22:31:55 -05:00 |
|
|
e926bdd733
|
Add filename information to the builder error messages.
|
2018-05-29 20:54:53 -05:00 |
|
|
2df6cece33
|
CLEANUP: Extraneous TODOs
|
2018-05-27 21:07:07 -05:00 |
|
|
fdd8a35086
|
CLEANUP: The great test module refactor.
Move tests into a separate file for more manageable file
organization.
|
2018-05-22 18:58:08 -05:00 |
|
|
4265b0177b
|
split ast handling into a separate module directory.
|
2018-04-16 20:05:54 -05:00 |
|
|
01e7ee59b7
|
Unify Errors so better error messages can be had.
|
2018-03-23 18:34:26 -05:00 |
|
|
bafe5b3c30
|
cargo fmt pass with the new rustfmt-preview
|
2018-02-15 19:55:43 -06:00 |
|
|
30c9bc64b2
|
The great documentation roundup.
Add docstrings for all kinds of types.
|
2018-02-07 20:22:08 -06:00 |
|
|
7a0a194fb9
|
Feature: Better error reporting.
* Common Error Type with line and column reporting.
* Removed some todos.
|
2017-12-09 10:02:45 -06:00 |
|