Ginger Bill
|
a713e33007
|
Change interval syntax: .. open range, ..< half-closed range
|
2017-04-20 23:22:45 +01:00 |
|
Ginger Bill
|
8ce58573df
|
len, cap, make; remove .count, .capacity, new_slice
|
2017-04-02 18:16:45 +01:00 |
|
Ginger Bill
|
3c9143957c
|
Ellipsis is now just ..; Remove half-closed range operator and treat all of them as half-closed; slice expression uses ..;
|
2017-02-26 14:19:03 +00:00 |
|
Ginger Bill
|
c59f6b7d0b
|
++ -- statements; add strconv.odin (and replace some of the fmt procs); Fix ~ on 64 bit constants; Fix integer casts from smaller to larger size
|
2017-02-26 00:44:26 +00:00 |
|
Ginger Bill
|
d1f65097c4
|
Fix immutable rules; add some general documentation
immutable is still a little weird and not completely what you'd expect. Maybe just not having it is better.
|
2017-02-14 15:19:29 +00:00 |
|
Ginger Bill
|
4e7082a68d
|
Change internals of context; Disable immutable
|
2017-02-01 17:52:55 +00:00 |
|
Ginger Bill
|
92453369c5
|
Remove while loop and readd c-style for loops i.e. all loops are just for
|
2017-01-27 17:43:42 +00:00 |
|
Ginger Bill
|
d3d3bfd455
|
Fix utf8 stuff, Allow _ in numbers, Begin writing next demo code.
|
2017-01-27 12:43:01 +00:00 |
|
Ginger Bill
|
b59a052e32
|
Change casting syntax: cast(T)x transmute(T)x et al.
|
2017-01-25 19:19:25 +00:00 |
|
Ginger Bill
|
2af9fb79dc
|
Change cast syntax, int(x), []byte(s), (^int)(p)
|
2017-01-17 23:36:07 +00:00 |
|
Ginger Bill
|
cb59c1cf08
|
Comma for all field separators; Overloaded procedures follow exportation rules
|
2017-01-17 18:47:38 +00:00 |
|
Ginger Bill
|
70d4ca00df
|
while; range is now for; remove ++ and --
|
2017-01-03 19:11:12 +00:00 |
|
Ginger Bill
|
ce89a1428e
|
Fix parameter/field lists and #import #include syntax
|
2017-01-02 00:26:28 +00:00 |
|
Ginger Bill
|
9202bd1b06
|
Nearly finished Jai-like declarations
|
2017-01-01 20:41:10 +00:00 |
|
Ginger Bill
|
a48e0c7179
|
Begin transition to Jai-like syntax
|
2017-01-01 19:08:03 +00:00 |
|
Ginger Bill
|
d714bece47
|
Handle calling conventions correctly
|
2016-12-22 23:06:31 +00:00 |
|
Ginger Bill
|
923b039cf6
|
Fix anonymous procedures and their dependencies
|
2016-12-21 15:20:33 +00:00 |
|
Ginger Bill
|
d0e1efe622
|
Generic (grouped) declarations: var, let, const, type, import, include
|
2016-12-20 18:58:17 +00:00 |
|
Ginger Bill
|
f5eeecaca5
|
Begin generic declarations for lists of specifications
|
2016-12-19 11:56:45 +00:00 |
|
Ginger Bill
|
77e219d442
|
Change var decl syntax
`var x int;` from `x: int;`
|
2016-12-18 22:32:18 +00:00 |
|
Ginger Bill
|
4c10fbdcd4
|
Change record field syntax
|
2016-12-18 22:23:34 +00:00 |
|
Ginger Bill
|
e370337f97
|
var/const decl; remove : from parameter lists
|
2016-12-18 21:50:14 +00:00 |
|
Ginger Bill
|
5217eb55b4
|
Change of proc and type declaration syntax to "prefix" style
`proc name()` from `name :: proc()`
|
2016-12-18 20:34:55 +00:00 |
|
Ginger Bill
|
f567983260
|
Semicolons mandatory again (and probably forever now...)
|
2016-12-16 11:31:08 +00:00 |
|
Ginger Bill
|
60b6538a7a
|
Set :: as a single token
|
2016-12-07 10:20:25 +00:00 |
|
Ginger Bill
|
a16bdb215a
|
Go/BCPL style semicolon insertion during tokenizing stage
|
2016-12-05 23:39:26 +00:00 |
|
Ginger Bill
|
4bb45700a5
|
Semicolons are required; when condition for certain file scope declarations; #import syntax change
|
2016-12-01 22:44:00 +00:00 |
|
Ginger Bill
|
598dab5bc4
|
#rune "" to ''; Remove infix and postfix call notation
|
2016-11-28 20:39:43 +00:00 |
|
Ginger Bill
|
f60dc7b0a7
|
Minor Style Fixes
|
2016-10-22 19:41:58 +01:00 |
|
Ginger Bill
|
b9719df0ad
|
Fix exact value bug when updating expressions
|
2016-10-16 00:26:53 +01:00 |
|
Ginger Bill
|
50301557b2
|
Untyped nil
|
2016-10-06 17:11:17 +01:00 |
|
Ginger Bill
|
9aa9007d8f
|
Include other core libs.
|
2016-09-30 23:35:06 +01:00 |
|