Add minutes spent and minor syntax

This commit is contained in:
2025-01-14 12:31:45 -04:00
parent 1820d98dfb
commit aa3f4758e5

View File

@ -1,5 +1,7 @@
#lang plait #lang plait
(define minutes-spent 50)
#| BNF for the AE language: #| BNF for the AE language:
ae: NUMBER ae: NUMBER
| { ae + ae } | { ae + ae }