Releases: cympfh/cumin
Releases · cympfh/cumin
v0.9.13
New Features
Bugfix
Key Collision Check
Type Unification on ==
Anonymous Dict can ==
v0.9.12
Diff v0.9.10-v0.9.12
struct can be declared without type-annotations if with default values
Bugfix: Parsing not
All objects can be compared with ==
, !=
v0.9.10
機能追加
let
で関数が定義できる (v0.9.9a)
++
で concat()
する
Bugfix
浮動小数点リテラルで _
で桁区切りできないバグの修正
構文解析の根本的な解決
型エラー時のエラーメッセージを少し親切に
v0.9.9a
Functions also can be defined with let
v0.9.9
Anonymous Dict can be Type-Annotated
use
statement loads (imports) external files
cuminc
can outputs YAML directly with -T yaml
option
Functions can be declared with fn
keywords.
fn <name> (<args>) = <expression>;
E.g. fn f(x: Int) = x +1;
v0.9.8
Union Types
Alias _
for Any
rewrite with nom6
v0.9.7
Strictly Type Check
Error Handling with anyhow
but, need more refactoring.
There are many panic!()
left.
v0.9.6
New Features:
Bool Types&Values
Type Bool
Value Literal true
false
Bool Operations
Binary: and
or
xor
Anary: not
Comparison Expression
v0.9.5
New Features:
Fix String Parsing
allows Escape Characters s.t. \n
cuminc Interface
You can’t perform that action at this time.