File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4- ## [ Unreleased ]
4+ ## [ 0.3.0 ] - 2020-02-03
55### Added
66- Support for ` fold ` terms.
77- Options to restrict which results are printed after evaluation.
88- Nested, variable-capturing functions (i.e., ` let fun ` expressions).
99- Added generic serialization function ` to_string ` .
10+ - Preliminary (and undocumented) option to compile Formulog program to C++
11+ instead of interpreting it.
1012
1113### Changed
1214- Do not require parentheses around tuple types.
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >edu.harvard.seas.pl</groupId >
66 <artifactId >formulog</artifactId >
7- <version >0.2 .0-SNAPSHOT</version >
7+ <version >0.3 .0-SNAPSHOT</version >
88 <name >formulog</name >
99 <properties >
1010 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments