gingerBill
|
42def957d5
|
Fix append_elem_string, again
|
2019-12-03 09:35:24 +00:00 |
|
gingerBill
|
6433a0d31e
|
Fix append_elem_string
|
2019-12-03 09:16:11 +00:00 |
|
gingerBill
|
359e5d9e15
|
Fix append_elem_string
|
2019-12-03 09:07:15 +00:00 |
|
gingerBill
|
9db81498d8
|
Make the string type elements "immutable", akin to char const * in C
Allows for extra security and optimization benefits
|
2019-12-01 14:10:59 +00:00 |
|
gingerBill
|
9b58781122
|
#soa[dynamic]Type (Experimental)
|
2019-11-21 19:36:07 +00:00 |
|
gingerBill
|
44e0e96612
|
Prepare SOA Struct code for slices and dynamic arrays *to be implemented*
|
2019-11-19 23:54:36 +00:00 |
|
gingerBill
|
d22e5b697d
|
Add new #soa and #vector syntax
|
2019-11-17 10:30:37 -08:00 |
|
gingerBill
|
40546fbde2
|
Use runtime.mem_copy in package me
|
2019-11-03 19:59:41 +00:00 |
|
gingerBill
|
ebf7926fa4
|
SOA support of Structures and Arrays; Runtime information for SOA structs; fmt printing support for SOA structs
|
2019-11-03 00:32:22 +00:00 |
|
gingerBill
|
fe5c642d9f
|
Fix runtime.cstring_len
|
2019-10-29 08:47:05 +00:00 |
|
gingerBill
|
7140f42915
|
Modify runtime to reduce dependencies on other packages
|
2019-10-23 21:43:13 +01:00 |
|
gingerBill
|
2a6d9e8927
|
#panic; Minor change to demo.odin; Fix #assert bug at file scope
|
2019-10-13 12:38:23 +01:00 |
|
gingerBill
|
939459b635
|
Change implicit semicolon rules for record types within procedure bodies; Update package odin/*
|
2019-10-06 19:16:55 +01:00 |
|
gingerBill
|
4e8a801b35
|
strings.split; strings.index; eprint* over print*_err;
|
2019-10-06 18:13:15 +01:00 |
|
gingerBill
|
7bc146e6fd
|
Built-in Quaternions (Not just an April Fool's Joke any more)
|
2019-08-26 11:33:05 +01:00 |
|
gingerBill
|
04036aba9c
|
package reflect; fix substring type bug; fix scoping rules for using on procedure parameter
|
2019-08-11 23:58:49 +01:00 |
|
gingerBill
|
9c63212824
|
Struct field tags
|
2019-08-09 21:59:58 +01:00 |
|
gingerBill
|
65d41d4248
|
Fix bit_field comparison against nil #414
|
2019-08-09 20:31:11 +01:00 |
|
gingerBill
|
2c5c8192f8
|
Fix parsing for procedure literals expression statements; improve assert performance; other minor fixes
|
2019-07-28 22:58:56 +01:00 |
|
gingerBill
|
77734ea967
|
Improve the performance of simple array comparisons
|
2019-07-27 11:59:50 +01:00 |
|
gingerBill
|
c7a70be824
|
Fix __get_map_key
|
2019-07-15 22:38:51 +01:00 |
|
gingerBill
|
f25818e923
|
Make procedure parameters just named values rather than copied variables
|
2019-07-15 21:18:37 +01:00 |
|
gingerBill
|
4ab9edeb53
|
union #no_nil
|
2019-07-09 10:28:13 +01:00 |
|
gingerBill
|
b38a8cfb12
|
Move internal 128-bit stuff to a windows specific file
|
2019-06-01 12:26:54 +01:00 |
|
gingerBill
|
c40acd008e
|
Add i128/u128 support for bit sets
|
2019-05-28 20:53:56 +01:00 |
|
gingerBill
|
3d2279fba0
|
Support 128-bit integers i128 u128
|
2019-05-28 20:27:45 +01:00 |
|
gingerBill
|
fb3d73cb20
|
Make core library use a..<b rather than doing a..b-1
|
2019-05-28 12:52:20 +01:00 |
|
gingerBill
|
1354f53d02
|
Remove derived from context; Fix parsing issue for typeid specializations in record parameters; Fix runtime printing of types
|
2019-03-31 11:58:54 +01:00 |
|
gingerBill
|
ef04d13337
|
Use context for assert-based things.
|
2019-03-30 15:10:40 +00:00 |
|
gingerBill
|
68d4bde82f
|
Overrideable stdin, stdout, stderr at the context level
|
2019-03-30 14:51:42 +00:00 |
|
gingerBill
|
a9b20c29b1
|
Fix slicing issue; Change path of math/bits in package json #363
|
2019-03-30 10:17:31 +00:00 |
|
gingerBill
|
1fd677b42e
|
Remove *_remove from demo and use built-in versions
|
2019-03-25 21:29:21 +00:00 |
|
gingerBill
|
9e6d488063
|
Modify slice_expr_error_* logic to change depending on which parameters are passed
|
2019-03-25 21:20:12 +00:00 |
|
gingerBill
|
c785c3569f
|
Fix runtime.*_expr_error error
|
2019-03-25 20:42:47 +00:00 |
|
gingerBill
|
bdab5e00da
|
Minor code clean up
|
2019-03-11 19:52:40 +00:00 |
|
gingerBill
|
4c51384ad6
|
intrinsics.vector type (Experimental)
|
2019-02-23 16:44:16 +00:00 |
|
gingerBill
|
dee28d998f
|
Allow for @indent for attributes that don't require any parameters; Add -ignore-unknown-attributes
|
2019-01-30 14:24:14 +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 |
|
gingerBill
|
e5f188241c
|
Move error handling for bounds checking into separate procedures (eliminate caching issues)
|
2018-12-31 11:41:56 +00:00 |
|
gingerBill
|
8662df2b7f
|
Update package strings
|
2018-12-26 19:33:56 +00:00 |
|
gingerBill
|
66a9fde12c
|
Remove #[...] attribute syntax.
(Not really worth the change)
|
2018-12-26 16:23:25 +00:00 |
|
gingerBill
|
b4e83a430a
|
Add card procedure to measure cardinality of a bit_set
|
2018-12-21 10:31:10 +00:00 |
|
gingerBill
|
47e31c3de8
|
Remove return value from append
|
2018-12-14 14:40:27 +00:00 |
|
gingerBill
|
28583bfff8
|
Change procedure group syntax from proc[] to proc{}; deprecate proc[] (raises warning currently)
|
2018-12-02 18:01:03 +00:00 |
|
gingerBill
|
00161023cd
|
Endian specific integers: e.g. i32 i32le i32be
|
2018-12-02 15:53:52 +00:00 |
|
gingerBill
|
e496b95881
|
Subset and superset operators for bit_set: < <= > >=
|
2018-11-25 16:19:17 +00:00 |
|
gingerBill
|
b55b1ffe14
|
opaque keyword and type
|
2018-11-11 17:08:30 +00:00 |
|
gingerBill
|
6659ceb551
|
Allow comparisons of cstring; Add resize
|
2018-10-31 10:04:30 +00:00 |
|
gingerBill
|
ce2e23849e
|
Fix context initialization
|
2018-10-20 16:34:56 +01:00 |
|
gingerBill
|
099995e7dd
|
Add basics for context-based Logger
|
2018-10-20 13:02:30 +01:00 |
|