language: floating point support

This commit is contained in:
2023-09-09 00:08:30 -04:00
parent bf474f6b69
commit e8766323ee
19 changed files with 187 additions and 39 deletions

View File

@ -114,11 +114,16 @@ types:
type: Symbol
- name: components
type: List<Symbol>
IntLiteral:
IntegerLiteral:
parent: Expression
values:
- name: value
type: Int
DoubleLiteral:
parent: Expression
values:
- name: value
type: Double
ListLiteral:
parent: Expression
values: