Karol Stasiak
|
fccbf7df7d
|
Add dollar syntax for decimal operators, disallow identifiers ending in a dollar sign.
|
2020-08-14 02:22:13 +02:00 |
|
Karol Stasiak
|
ff03b50668
|
Update documentation
|
2020-07-24 20:09:47 +02:00 |
|
Karol Stasiak
|
d5367cc1fe
|
for loops over arrays
|
2020-07-24 19:12:19 +02:00 |
|
Karol Stasiak
|
78fe0e37bb
|
Allow importing modules from subdirectories. Move platform definitions
|
2020-04-27 12:42:18 +02:00 |
|
Karol Stasiak
|
6e36166af2
|
Never remove or inline volatile variables (fixes #27)
|
2020-01-03 21:28:10 +01:00 |
|
Karol Stasiak
|
09294307fd
|
#8 Standardise the behaviour of for loops.
|
2019-10-22 00:41:34 +02:00 |
|
Karol Stasiak
|
3a6790e47a
|
Add UTF-8 and UTF-16 encodings #9
|
2019-10-17 23:23:57 +02:00 |
|
Karol Stasiak
|
e9990dc9c1
|
Allow semicolons in certain positions. Partially implements #6
|
2019-10-08 18:45:11 +02:00 |
|
Karol Stasiak
|
efe103b070
|
Update documentation
|
2019-08-05 14:07:33 +02:00 |
|
Karol Stasiak
|
dd4cb17a80
|
_.length and _.lastindex for arrays
|
2019-07-29 22:50:26 +02:00 |
|
Karol Stasiak
|
20f4baf2b2
|
Allow setting segments for multiple declarations at once
|
2019-07-17 20:51:34 +02:00 |
|
Karol Stasiak
|
b341200a0a
|
More documentation tweaks
|
2019-07-15 14:21:50 +02:00 |
|
Karol Stasiak
|
52c5a10e6e
|
Documentation overhaul
|
2019-07-15 13:52:05 +02:00 |
|
Karol Stasiak
|
f3dcfc78ba
|
Dijkstra wept
|
2019-07-15 02:06:23 +02:00 |
|
Karol Stasiak
|
6d499f3623
|
Arrays with elements larger than one byte
|
2019-07-10 16:51:12 +02:00 |
|
Karol Stasiak
|
8a5672c2dc
|
Allow declaring multiple variables in one line
|
2019-07-08 19:24:11 +02:00 |
|
Karol Stasiak
|
b0df56c8c0
|
Add more compatibility warnings to documentation
|
2019-06-28 17:53:00 +02:00 |
|
Karol Stasiak
|
d8defaad82
|
Fix and document for-each loops
|
2019-06-24 23:51:17 +02:00 |
|
Karol Stasiak
|
25c440f17d
|
Add local arrays
|
2019-06-24 22:32:29 +02:00 |
|
Karol Stasiak
|
f46466365b
|
Compilation order should be decided by the import statements
|
2019-06-14 23:20:03 +02:00 |
|
Karol Stasiak
|
326e9d0585
|
Documentation fixes
|
2019-06-05 18:34:32 +02:00 |
|
Karol Stasiak
|
1cb3b672b1
|
Add 8080-to-8086 translation
|
2019-05-31 17:03:35 +02:00 |
|
Karol Stasiak
|
d9f88cdfad
|
Const arrays
|
2019-04-30 00:41:42 +02:00 |
|
Karol Stasiak
|
eb69957ada
|
Update documentation
|
2019-04-15 01:58:51 +02:00 |
|
Karol Stasiak
|
7635fc256f
|
Update documentation
|
2019-03-18 23:15:28 +01:00 |
|
Karol Stasiak
|
acaaa5bdfe
|
Implicit ranges in for loops are dumb, remove
|
2018-12-22 01:30:54 +01:00 |
|
Karol Stasiak
|
960cee5124
|
Foreach statement; emitting subprocedures
|
2018-12-19 18:13:38 +01:00 |
|
Karol Stasiak
|
fc10746522
|
Alias improvements:
– aliases can now override other objects
– take aliases into account when ordering functions for optimizations and inlining
|
2018-12-19 17:33:51 +01:00 |
|
Karol Stasiak
|
2454f223c8
|
Return dispatch over enums
|
2018-12-19 01:04:56 +01:00 |
|
Karol Stasiak
|
78afe3d5f5
|
Preliminary support for volatile variables
|
2018-12-16 21:07:04 +01:00 |
|
Karol Stasiak
|
fe1bf68295
|
Add align keyword
|
2018-10-04 21:34:53 +02:00 |
|
Karol Stasiak
|
c4c1bf00f2
|
Enumeration types. Stricter type checks.
|
2018-07-20 22:46:53 +02:00 |
|
Karol Stasiak
|
35f3638a4f
|
Added alias support
|
2018-07-12 01:23:38 +02:00 |
|
Karol Stasiak
|
775707801c
|
Documentation improvements
|
2018-06-09 00:05:17 +02:00 |
|
Karol Stasiak
|
3296d5a201
|
Documentation improvements
|
2018-04-03 00:21:26 +02:00 |
|
Karol Stasiak
|
1a0737e4c9
|
Rename documentation files
|
2018-03-28 19:31:10 +02:00 |
|