Skip to content

Commit 86498ed

Browse files
committed
small doc updates
1 parent fd3dd23 commit 86498ed

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.MD

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
be backed by custom data structures (for improved algorithmic efficiency, modified semantics, etc.).
1010
- Introduction of the crate [`ascent-byods-rels`](https://crates.io/crates/ascent-byods-rels), which contains a number of such data structures (for equivalence and transitive relations).
1111

12+
- Introduction of `impl` directives with different bounds from `struct` declarations for generic parameters (#25)
13+
1214
## 0.5.0
1315

1416
- Parallel evaluation: with introduction of `ascent_par!` and `ascent_run_par!` macros, Ascent programs can utilize multiple CPU cores to speed up evaluation.

MACROS.MD

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# macros!
22

3-
Macros can be defined inside Ascent programs to avoid having to repeat code.
3+
Macros can be defined inside Ascent programs to avoid having to repeat code.
4+
These macros can expand to sequences of body or head clauses in Ascent rules.
45

56
The syntax resembles (unstable) Rust macros 2.0.
67

0 commit comments

Comments
 (0)