Christoffer Lerno
|
2ee2bc3129
|
Fix bugs related to distinct types.
|
2022-12-18 00:21:02 +01:00 |
|
Christoffer Lerno
|
b88e5a8079
|
Add atan and atan2
|
2022-12-17 21:29:45 +01:00 |
|
Christoffer Lerno
|
c339261d1e
|
Added vector dot functions. Comparison now yields bool vector. Cast between vector types.
|
2022-12-17 01:51:03 +01:00 |
|
Christoffer Lerno
|
8008fb2c18
|
Do not auto-deref subscripting.
|
2022-12-15 23:46:26 +01:00 |
|
Dmitry Atamanov
|
10219eccb2
|
Added compile-test command to help.
|
2022-12-14 23:04:40 +01:00 |
|
Christoffer Lerno
|
1a510207e8
|
Update string.c3
|
2022-12-14 23:03:45 +01:00 |
|
Nikos Plugachev
|
a21236d661
|
Improved string concat
|
2022-12-14 23:03:45 +01:00 |
|
Nikos Plugachev
|
a749a4d265
|
Added String.concat, List.clear
|
2022-12-14 23:03:45 +01:00 |
|
Christoffer Lerno
|
b5afa98507
|
Updated vector comparison behaviour and semantics.
|
2022-12-14 23:02:01 +01:00 |
|
Christoffer Lerno
|
abf0f64ac0
|
Share method extensions across modules by default. Fix bug in string split.
|
2022-12-14 13:18:01 +01:00 |
|
Christoffer Lerno
|
dcf0b4c580
|
Fix an issue with pointer debug info creation. Improve generated parameterized name. Version bump.
|
2022-12-13 19:20:14 +01:00 |
|
Christoffer Lerno
|
a9ed514fe5
|
Fix bug in defer from macros. Ensure debug location on panic functions. Add getcwd.
|
2022-12-13 07:50:41 +01:00 |
|
Dmitry Atamanov
|
8b0d409695
|
Add inlined memcpy and memset builtins and macros. (#668)
|
2022-12-12 11:45:01 +01:00 |
|
Christoffer Lerno
|
50d2a04c48
|
Default to threads = cpus(). Correct multithreaded benchmark with threads.
|
2022-12-11 23:35:02 +01:00 |
|
Christoffer Lerno
|
1864c69f31
|
Fixes to inc/dec vector element. Improvements to unit tests. Updated task threading. Single threaded by default due to poor LLVM perf.
|
2022-12-10 04:24:56 +01:00 |
|
Christoffer Lerno
|
af0174f360
|
Some work on io libs.
|
2022-12-09 08:45:02 +01:00 |
|
Christoffer Lerno
|
2a4d43d7c7
|
Fix issue when using ct types as body parameters.
|
2022-12-09 00:00:33 +01:00 |
|
Christoffer Lerno
|
13cb637cb4
|
Fix missing early resolution on demand of parameterized types.
|
2022-12-08 19:48:36 +01:00 |
|
Christoffer Lerno
|
de4bfe470e
|
Attempt supporting setjmp on MSVC
|
2022-12-07 22:16:09 +01:00 |
|
Christoffer Lerno
|
eaaa5362a5
|
Output messages at compile time.
|
2022-12-07 18:48:55 +01:00 |
|
Christoffer Lerno
|
1ea5625183
|
CT variables now follow CT scopes. It's now allowed to mutate CT variables in deeper runtime scopes.
|
2022-12-07 16:32:45 +01:00 |
|
Christoffer Lerno
|
f7659776fc
|
Fix problem when taking address of method.
|
2022-12-07 11:58:21 +01:00 |
|
Christoffer Lerno
|
ed99e09c4e
|
Correctly detect & lowering in the case of &foo[1].b using operator overloading.
|
2022-12-07 10:53:26 +01:00 |
|
Christoffer Lerno
|
e9181a75e6
|
Improve errors when a variable fails to properly analyse.
|
2022-12-06 20:29:07 +01:00 |
|
Christoffer Lerno
|
963b8f28ef
|
Fix of multiple returns in macros retaining ct values. Correctly require ; after endfor etc.
|
2022-12-06 20:09:40 +01:00 |
|
Christoffer Lerno
|
5721fcc224
|
Fix of string function.
|
2022-12-06 17:48:30 +01:00 |
|
Christoffer Lerno
|
287de8f499
|
Fix issue with aliasing @-macros.
|
2022-12-05 17:38:27 +01:00 |
|
Christoffer Lerno
|
44dfeb621d
|
Fix body arguments: (@foo(;int x) and mismatch on canonical types)
|
2022-12-05 16:23:00 +01:00 |
|
Christoffer Lerno
|
eb87eb1987
|
Allow an expression list be an lvalue if the last value is an lvalue. Fix indexing from back for [] overloads.
|
2022-12-05 15:42:24 +01:00 |
|
Christoffer Lerno
|
c15fb7460c
|
Add functions for splitting strings.
|
2022-12-04 23:01:53 +01:00 |
|
Christoffer Lerno
|
927ad2001f
|
Incorrect check for sqrt.
|
2022-12-04 01:13:47 +01:00 |
|
Christoffer Lerno
|
7647378e7c
|
Fix missing check when macro method incorrectly has a raw vararg argument.
|
2022-12-03 23:07:37 +01:00 |
|
Christoffer Lerno
|
10b0b5f9c7
|
Fix map.c3
|
2022-12-03 22:07:04 +01:00 |
|
Christoffer Lerno
|
299ec1814b
|
Add native string -> int conversions. Fix to getline and add tgetline.
|
2022-12-01 16:13:52 +01:00 |
|
Christoffer Lerno
|
07700ed2c5
|
Add str::trim and String::tcopy_str. Version bump.
|
2022-12-01 13:19:08 +01:00 |
|
Christoffer Lerno
|
0ae586585a
|
Fix .values .names .elements on "fault" types. Version bump.
|
2022-11-25 11:11:27 +01:00 |
|
Christoffer Lerno
|
285299dcd5
|
Some simple stdlib tests.
|
2022-11-20 18:16:21 +01:00 |
|
Dmitry Atamanov
|
2fefed5bda
|
Create simple main.c3 by init command
|
2022-11-19 14:49:50 +01:00 |
|
Christoffer Lerno
|
da1a45f718
|
Remove iptrdiff and uptrdiff. Bump version to 0.3.100
|
2022-11-17 23:44:54 +01:00 |
|
Dmitry Atamanov
|
bbef94b0fd
|
Fix project creation
|
2022-11-16 21:05:26 +01:00 |
|
Christoffer Lerno
|
c093f16fd0
|
Fix missing check on foreach indexing.
|
2022-11-14 15:05:19 +01:00 |
|
Dmitry Atamanov
|
5ff726d8d1
|
Added $$get_rounding_mode and $$set_rounding_mode builtins. (#655)
|
2022-11-14 13:07:32 +01:00 |
|
Christoffer Lerno
|
49eacb8824
|
More support for test. Panic function update.
|
2022-11-14 11:48:12 +01:00 |
|
Christoffer Lerno
|
450113d161
|
Fix of mac CI build.
|
2022-11-14 09:58:07 +01:00 |
|
Christoffer Lerno
|
998c56533b
|
Update test case.
|
2022-11-14 09:48:34 +01:00 |
|
Christoffer Lerno
|
73619817ba
|
Update panic function and early work on tests. Optimize ABI lowering.
|
2022-11-03 19:38:34 +01:00 |
|
Christoffer Lerno
|
70f6ad1b27
|
Added "values" module.
|
2022-10-31 14:40:58 +01:00 |
|
Dmitry Atamanov
|
e070bf22ee
|
Added pow macros to math module.
|
2022-10-31 14:09:38 +01:00 |
|
Dmitry Atamanov
|
b086c85d9f
|
Add LLVM 15 to CI
|
2022-10-31 10:54:32 +01:00 |
|
Dmitry Atamanov
|
66d87b25a3
|
Added more math macros: cosec, cosech, cosh, cotan, cotanh, hypot, sec, sech, sinh, sqr, sqrt, tan, tanh.
|
2022-10-30 20:31:32 +01:00 |
|