Calvin Rose
|
4b8e7a416f
|
Have separate instructions for pointer arith
|
2023-08-12 17:36:06 -05:00 |
|
Calvin Rose
|
1e1e7a5cfd
|
Update garbage collection for sysir abstract type.
|
2023-08-12 13:47:23 -05:00 |
|
Calvin Rose
|
91e459e4a5
|
Format sysir.
|
2023-08-12 13:43:51 -05:00 |
|
Calvin Rose
|
b6adc257f4
|
Merge branch 'master' into compile-opt
|
2023-08-12 13:43:28 -05:00 |
|
Calvin Rose
|
a2bd98390e
|
More work on the sysir.
|
2023-08-12 13:42:52 -05:00 |
|
Calvin Rose
|
d9912f38f8
|
Add union types and change name of type constructor instructions.
|
2023-08-12 10:29:24 -05:00 |
|
Calvin Rose
|
7475362c85
|
Merge pull request #1249 from primo-ppcg/compare
Speed up `compare` functions
|
2023-08-11 19:27:42 -05:00 |
|
primo-ppcg
|
9238b82cde
|
speed up compare
|
2023-08-11 23:48:29 +07:00 |
|
Calvin Rose
|
7049f658ec
|
Merge pull request #1244 from primo-ppcg/bytes-indexed-dictionary
Move `bytes?`, `indexed?`, `dictionary?` to corelib
|
2023-08-09 17:56:35 -05:00 |
|
Calvin Rose
|
8007806c8e
|
Add better support for arrays and struct fields in IR.
Also add option for named registers.
|
2023-08-08 18:56:02 -05:00 |
|
primo-ppcg
|
831f41a62b
|
move bytes? , indexed? , dictionary? to corelib
|
2023-08-08 10:00:05 +07:00 |
|
Calvin Rose
|
de2440d458
|
Lots todo
|
2023-08-07 10:54:41 -05:00 |
|
Calvin Rose
|
43ab06467f
|
Merge branch 'master' into compile-opt
|
2023-08-07 09:40:27 -05:00 |
|
Calvin Rose
|
3fe4cfd14c
|
Add labels back to sysir
|
2023-08-07 09:39:35 -05:00 |
|
Calvin Rose
|
75be5fd4c6
|
Update sysir to have better field support.
|
2023-08-06 20:00:49 -05:00 |
|
Calvin Rose
|
7c7136fd70
|
Merge branch 'master' into compile-opt
|
2023-08-06 17:09:13 -05:00 |
|
Calvin Rose
|
cfa32d58a7
|
More work on sysir, add initial work for recursive types.
|
2023-08-06 15:50:21 -05:00 |
|
Calvin Rose
|
0ea1da80e7
|
Merge pull request #1242 from primo-ppcg/reverse
Rework `reverse`
|
2023-08-06 08:10:56 -05:00 |
|
Calvin Rose
|
06eea74b98
|
Merge pull request #1241 from primo-ppcg/keys-values-pairs
Rework `keys`, `values`, `pairs`
|
2023-08-06 08:10:43 -05:00 |
|
primo-ppcg
|
c8c0e112bc
|
rework reverse
|
2023-08-06 16:16:41 +07:00 |
|
primo-ppcg
|
7417e82c51
|
rework keys , values , pairs
|
2023-08-06 15:39:16 +07:00 |
|
Calvin Rose
|
ecc4d80a5a
|
Prepare for 1.30.0 release.
|
2023-08-05 18:58:04 -05:00 |
|
Calvin Rose
|
3df24c52f4
|
Merge pull request #1236 from primo-ppcg/range
Move `range` to corelib
|
2023-08-05 18:05:37 -05:00 |
|
primo-ppcg
|
8a70fb95b5
|
slight refactoring
|
2023-08-05 11:00:23 +07:00 |
|
primo-ppcg
|
d8b45ecd61
|
better test coverage
|
2023-08-03 20:39:32 +07:00 |
|
primo-ppcg
|
61712bae9c
|
speed up range creation
|
2023-08-02 01:26:03 +07:00 |
|
Calvin Rose
|
4ff81a5a25
|
Add strip in release process instead of local builds - Address #1233
|
2023-07-27 21:40:07 -05:00 |
|
Calvin Rose
|
08f0e55d8f
|
Add strip in release process instead of local builds - Address #1233
|
2023-07-27 21:37:48 -05:00 |
|
Calvin Rose
|
080b37cb31
|
Update CHANGELOG.
|
2023-07-25 17:51:21 -05:00 |
|
Calvin Rose
|
bbdcd035ba
|
Merge pull request #1231 from sogaiu/tweak-file-open-doc
|
2023-07-23 23:20:09 -05:00 |
|
sogaiu
|
f9233ef90b
|
Add fopen reference to file/open docstring
|
2023-07-23 18:39:20 +09:00 |
|
Calvin Rose
|
7cc176f0c0
|
Add source mapping to emitted C.
|
2023-07-16 16:08:28 -05:00 |
|
Calvin Rose
|
cd3573a4d2
|
Merge pull request #1224 from primo-ppcg/array-remove
|
2023-07-15 06:42:15 -05:00 |
|
Calvin Rose
|
738fe24e6d
|
Allow buffer/blit to take explicit nils for default args.
Also small changes for range checking code.
|
2023-07-14 20:04:10 -05:00 |
|
primo-ppcg
|
c2e55b5486
|
update docstrings for string/slice and tuple/slice
|
2023-07-15 00:52:12 +07:00 |
|
Calvin Rose
|
989f0726e3
|
Make encoding of immediate values capture full range.
|
2023-07-14 10:06:20 -05:00 |
|
primo-ppcg
|
bdefd3ba1e
|
update final array index to be -1
|
2023-07-14 17:34:55 +07:00 |
|
Calvin Rose
|
4efcff33bd
|
Update inttypes.
|
2023-07-13 19:58:38 -05:00 |
|
Calvin Rose
|
8183cc5a8d
|
Disallow converting negative numbers to int/u64
The wrap-around rule doesn't make sense once subtraction is
properly fixed.
|
2023-07-09 22:25:20 -05:00 |
|
Calvin Rose
|
f3bda1536d
|
Remove some dead code in cfuns.c
|
2023-07-09 22:02:10 -05:00 |
|
Calvin Rose
|
3b6371e03d
|
Add test case for issue #1217
|
2023-07-09 21:56:41 -05:00 |
|
Calvin Rose
|
b5d3c87253
|
Add new opcode subtract immediate.
|
2023-07-09 21:51:16 -05:00 |
|
Calvin Rose
|
f73b8c550a
|
Merge pull request #1213 from sogaiu/src-view-for-ppasm
Add source view to .ppasm output
|
2023-07-09 10:54:55 -05:00 |
|
Calvin Rose
|
5437744126
|
Merge pull request #1216 from sogaiu/tweak-test-grammar-peg
Update and ascii-sort string escapes in peg
|
2023-07-08 09:26:03 -05:00 |
|
sogaiu
|
5a5e70b001
|
Update and ascii-sort string escapes in peg
|
2023-07-08 17:54:00 +09:00 |
|
sogaiu
|
348a5bc0a9
|
Add source view to .ppasm output
|
2023-07-06 13:26:03 +09:00 |
|
Calvin Rose
|
4d7baef89e
|
Merge branch 'master' into compile-opt
|
2023-07-04 13:52:54 -05:00 |
|
Calvin Rose
|
026c64fa01
|
Formatting.
|
2023-07-02 15:23:22 -05:00 |
|
Calvin Rose
|
e38663c457
|
Update CHANGELOG.md
|
2023-07-02 13:44:39 -05:00 |
|
Calvin Rose
|
117c741c29
|
Add test for marshalling channels.
|
2023-07-02 13:13:59 -05:00 |
|