Closed m-lopez closed 7 years ago
Add declarations for constants to language. Here is the proposed grammar.
definition ::= identifier ":" type ":=" expression
Examples as follows.
x: Int := 3 supports_avx512: Bool := true
Done. See PR #9.
Add declarations for constants to language. Here is the proposed grammar.
Examples as follows.