mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-09-17 00:11:31 +00:00
language: floating point support
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user