mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2026-01-05 06:18:32 +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 @@
|
|||
decl test_tuples : -> Unit
|
||||
def test_tuples = {
|
||||
var tuple1 = & "a" & 2 & "hello"
|
||||
decl test-tuples : -> \unit
|
||||
def test-tuples = {
|
||||
var tuple1 = & ''a & 2 & "hello"
|
||||
const & t1 & t2 & t3 = f: x
|
||||
|
||||
; tuple1`0 = "b"
|
||||
; tuple1`0 = ''b
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue