mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-30 18:58:16 +00:00
changes for new grammar, fixes
This commit is contained in:
parent
91f9affadc
commit
3106a64949
35 changed files with 605 additions and 550 deletions
|
|
@ -1,8 +1,8 @@
|
|||
alias T1 = Int
|
||||
alias \t1 = \int
|
||||
|
||||
abstract (T2 : #A #B #C)
|
||||
abstract \t2[#a #b #c]
|
||||
|
||||
// Used to pre-compile module for some types
|
||||
let T2 = Int
|
||||
let T2 = Float
|
||||
let T2 = Complex
|
||||
let \t2 = \int
|
||||
let \t2 = \float
|
||||
let \t2 = \complex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue