Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-15 | Add support for Prolog exceptions. | John Ankarström | |
2022-07-15 | Don't crash on Prolog exceptions. | John Ankarström | |
In the future, it may be desirable to convert Prolog exceptions to C++ exceptions. | |||
2022-07-15 | Reimplement Pl with variadic templates | John Ankarström | |
This is a bit safer and about as complex. | |||
2022-07-15 | Change declaration style. | John Ankarström | |
2022-07-10 | Convert to C++. | John Ankarström | |
I already hit upon some object-oriented programming patterns in *listview.c, so I felt that it would be natural to use this as an opportunity to learn C++. |