|
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 |
|
|
8d73b5f648
|
CLEANUP: Don't use file everywhere in error messages.
|
2018-11-28 20:48:04 -06:00 |
|
|
aa183960d3
|
FEATURE: support a strict mode for building.
When strict mode is off then give a warning for unset env variables
and return NULL.
|
2018-11-26 21:36:50 -06:00 |
|
|
fa96c7c0ef
|
FEATURE: UCG Parameterized Modules
closes #10
Squashed commit of the following:
commit 3101c2bb9a385ed9e84481d36906a3e3ce93e571
Author: Jeremy Wall <jeremy@marzhillstudios.com>
Date: Wed Nov 21 20:10:31 2018 -0600
FEATURE: Module evaluation
* handle evaluating the module definition.
* Handle performing a module instantiation via the copy syntax.
commit 4ca863896b416e39f0c8eacc53384b9c514f6f14
Author: Jeremy Wall <jeremy@marzhillstudios.com>
Date: Tue Nov 20 18:38:19 2018 -0600
FEATURE: Add module parsing expression parsing to ucg.
changes toward issue #10
|
2018-11-23 12:51:13 -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 |
|
|
ae419ea3e7
|
REFACTOR: Move the ucg IR into it's own module.
|
2018-08-24 19:36:36 -05:00 |
|