gingerBill
|
5af20aa467
|
Make encoding/json use []byte rather than string
|
2019-01-07 23:08:38 +00:00 |
|
gingerBill
|
6c21e99832
|
json.marshal
|
2019-01-06 23:32:50 +00:00 |
|
gingerBill
|
6295f6747f
|
strings.write_quoted_string
|
2019-01-06 22:16:14 +00:00 |
|
gingerBill
|
64f84ef9a3
|
fmt.printf("%q", str); (quotes strings)
|
2019-01-06 22:11:45 +00:00 |
|
gingerBill
|
594238a86c
|
Reorganize fmt and strings; Replace fmt.String_Buffer with strings.Builder
|
2019-01-06 14:41:42 +00:00 |
|
gingerBill
|
5acea1bceb
|
Source_Code_Location.hash; %#v printing for Source_Code_Location; allow typeid for map keys
|
2019-01-05 15:56:47 +00:00 |
|
thebirk
|
a32f024d94
|
Fixed bug for Bill because he is a lazy boi.
|
2019-01-02 16:18:55 +01:00 |
|
thebirk
|
bcbb59dc11
|
Fixed int_from_arg not consuming argument.
|
2019-01-02 15:56:35 +01:00 |
|
gingerBill
|
f647187e53
|
Fix defer on branching with new scoping rules
|
2019-01-01 11:59:09 +00:00 |
|
gingerBill
|
8662df2b7f
|
Update package strings
|
2018-12-26 19:33:56 +00:00 |
|
gingerBill
|
17b0e3a1a1
|
Fix bit sets with custom endian underlying type
|
2018-12-02 19:27:42 +00:00 |
|
gingerBill
|
00161023cd
|
Endian specific integers: e.g. i32 i32le i32be
|
2018-12-02 15:53:52 +00:00 |
|
gingerBill
|
444f4f446a
|
-vet flag to do basic vetting of code
|
2018-11-25 14:14:58 +00:00 |
|
gingerBill
|
b55b1ffe14
|
opaque keyword and type
|
2018-11-11 17:08:30 +00:00 |
|
gingerBill
|
620d5d34f7
|
Fix issue with complication of -debug that is caused sometimes due to lambda procedures.
|
2018-11-11 11:44:55 +00:00 |
|
gingerBill
|
73e9dbbf8c
|
switch on typeid with type cases
|
2018-10-13 11:07:56 +01:00 |
|
gingerBill
|
3cd6ae311d
|
Parametric polymorphic union type
|
2018-09-08 12:02:25 +01:00 |
|
gingerBill
|
11f5236434
|
Add $T: typeid/[]$E; Deprecate T: type/[]$E
`type` as a keyword will soon be removed in favour of polymorphic names (identifiers) in procedures
|
2018-09-02 16:33:54 +01:00 |
|
gingerBill
|
220485a2d2
|
typeid as keyword (ready to implement polymorphic name parameters)
|
2018-09-02 15:56:36 +01:00 |
|
gingerBill
|
e0240c186f
|
Rename buffer entity
|
2018-08-30 12:53:07 +01:00 |
|
gingerBill
|
6a3697279c
|
Place assertf and printf to package fmt
|
2018-08-30 12:10:16 +01:00 |
|
gingerBill
|
15dca449c9
|
Add assertf and panicf
|
2018-08-30 11:46:57 +01:00 |
|
gingerBill
|
001837e6bb
|
Temporary allocator for context
|
2018-08-29 19:55:55 +01:00 |
|
gingerBill
|
3365baee8f
|
runtime.Typeid_Bit_Field layout to store more information into the typeid
|
2018-08-25 12:11:48 +01:00 |
|
gingerBill
|
a65eadee63
|
Fix for in enum iteration
|
2018-08-22 18:56:41 +01:00 |
|
gingerBill
|
b216e44870
|
Add underlying type for bit_set
|
2018-08-17 15:11:41 +01:00 |
|
gingerBill
|
884d5fed9f
|
bit_set['A'..'Z'], bit_set[0..8]
|
2018-08-16 15:16:57 +01:00 |
|
gingerBill
|
71f94bff76
|
Minor sanity features for bit_set
|
2018-08-14 19:22:48 +01:00 |
|
gingerBill
|
acc010cba5
|
Add bit_set type
|
2018-08-14 17:07:56 +01:00 |
|
gingerBill
|
0718f14774
|
Reduce number of range and slice operators #239
Replace .. and ... with : and ..
|
2018-08-01 21:34:59 +01:00 |
|
gingerBill
|
6512a3e5f2
|
using Foo :: enum {A, B, C}; len(Foo)
|
2018-07-29 10:50:15 +01:00 |
|
gingerBill
|
d556fa2cd8
|
Remove special shared scope for runtime stuff
|
2018-06-03 15:06:40 +01:00 |
|
gingerBill
|
5c52ffe24e
|
Reorganize runtime package
|
2018-05-27 21:22:25 +01:00 |
|
gingerBill
|
5b6770f3d2
|
Parse directories to be packages
|
2018-05-21 20:47:52 +01:00 |
|