|
ca7347e164
|
Set Rust edition to 2021
|
2023-01-16 15:50:04 -05:00 |
|
|
957d0c6102
|
DEV: Handle comments between statements.
|
2019-05-21 20:54:15 -05:00 |
|
|
6661e02a75
|
DEV: Generate a comment map as part of our tokenization.
The comment_map is optional but if passed in it will be populated
during tokenization.
|
2019-05-20 21:05:58 -05:00 |
|
|
e86827f613
|
FEATURE: Begin the work of pretty printing the AST.
|
2019-05-17 17:20:57 -05:00 |
|
|
97d2493441
|
MAINT: remove unnecessary cloning
|
2019-03-26 21:09:16 -04:00 |
|
|
f1c7d76fdd
|
REFACTOR: The great renaming macro -> func.
|
2019-01-24 20:04:40 -06:00 |
|
|
b56fb25c28
|
REFACTOR: Carry the source file around with the input iter.
|
2019-01-23 20:02:35 -06:00 |
|
|
d989e47706
|
FEATURE: Use a better DSL for unit tests.
* Assert now requires a tuple instead of a string containing
statements.
* We include a helpful ucg based unit testing module.
Fixes: #26
|
2019-01-10 17:17:57 -06:00 |
|
|
e9a0bde631
|
MAINT: Opt in to 2018 edition of Rust.
|
2018-12-06 12:23:52 -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 |
|
|
a7a32d56b2
|
FEATURE: More ergonomic syntax for asserts.
|
2018-08-20 22:51:55 -05:00 |
|
|
f3e769095d
|
FEATURE: Parse out statements.
|
2018-08-13 20:37:58 -05:00 |
|
|
223d0cecf0
|
FEATURE: Parsing support for assert statements.
|
2018-06-06 20:38:53 -05:00 |
|
|
e86186b709
|
CLEANUP: Formatting
cargo fmt
|
2018-05-29 20:48:57 -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 |
|