Roadmap
Milestone 2.2: Tooling for building the website | Tools.TemplateEngine
Percentage done: 100%, Due date: Week 4 November 2024
Support a load variable directive of the form
@{<name>}
variable where <name>
is a placeholder
for an name of the form (alphabetic|'_')(alphanumeric|alphabetic|'_')*
.
include
is forbidden as a name.
The following names are support siteUrl
which is substituted by the
URL of the site which is usually https://michaelheilmann.com
.
Milestone 10: Website: Add navigational elements
Percentage done: 0%, Due date: Week 1 November 2024
Add navigational elements. The navigational elements shall be located on every content page. The navigational elements shall enable the user to return the the landing page.
Milestone 9: R1: Implement a map data type
Percentage done: 0%, Due date: Week 4 October 2024
Implement a map data type (R.Map
) in
R1.
Milestone 8: 2nd iteration of a parser for the L1 language
Percentage done: 0%, Due date: Week 1 November 2024
A 2nd iteration of the parser for the L1 language, a language for interfacing with the R runtime currently in the making. That 2nd iteration shall add support for the following features:
- procedure definitions
- class definitions
- expression statements, label statements, return statements
Archive of completed milestones
You can review completed milestones in the roadmap archive.