- WIP conform to Uiua-0.13.0
- conform to Uiua-0.12.0
- add some missing constants
- conform to Uiua-0.11.0
- conform to Uiua-0.10.0
- follow Uiua-0.9.0
- Note: function strands are treated as arrays, just as they were
-
follow Uiua-0.8.0
-
Add the
content ⊔
modifier -
Deprecate
unpack ⊐
-
Add the
unique ◰
function -
Change
deduplicate ◴
's glyph. Code using⊖
will continue to work and will be formatted as◴
. -
Deprecate
cross ⊠
-
Unicode escape sequences that are not 2 or 4 bytes long can now be specified with
\u{…}
-
Change
pop ◌
's glyph. Code using;
will continue to work and will be formatted as◌
. -
Completely remove the deprecated
unbox ⊔
-
Add experimental hashmap functions
-
Add experimental
bind
modifier
- follow Uiua-0.6.0
- add
⋕
- deprecate
unbox
- change
invert ⍘
toun °
- change
pack
tounpack
- add
- follow Uiua-0.5.1
- add
stack
- remove
reach
,distribute
,tribute
,level
,combinate
- add
'
and''
- add
- handle $-string known as multi-line string correctly
- follow Uiua-0.4.0
- add
rectify
,this
,recur
, andfix
- add
all
,this
,setinv
, andsetunder
- deprecate
⟜
- add
- follow Uiua-0.3.0
- deprecate
level
,combinate
,tribute
, anddistribute
- add
rerank
andfix
- change the glyph for
flip
- remove
if
- deprecate
- parse '$-string' correctly (#15)
- parse '¯' as a part of
number
if they make a token (#15)
- parse '|' correctly
- render ocean tokens as
attribute
- render planet tokens as
tag
Follows Uiua-0.1.0
- add
complex
- remove
break
- add fraction leterals
- follows Uiua-0.0.25
- follows Uiua-0.0.22
- follows Uiua-0.0.22
- remove
block
, multiline element
- break a block into line segments
- handle emojis as identifiers correctly
- render
multiLineString
as @string - render numbers as @constant.numeric.integer
- render misc non-number constants as @string.special
- render comment as @injection.content
- add folds.scm
- follows Uiua-0.0.20
adapt to uiua-0.0.19
- add
parse
- add
@\s
- reject
$ "..."
- adapt to uiua-0.0.18
- Phase0: playing with tokens
- Phase1: preparing for helix
- Phase2: mock a grammar up