Curtis F Kaylor
|
b6cec4d75a
|
Allow int members in structs
|
2019-05-12 23:34:47 -04:00 |
|
Curtis F Kaylor
|
57b8e6f1e0
|
Changed Variable Table from synchronized arrays to array of structs
|
2019-05-05 18:37:19 -04:00 |
|
Curtis F Kaylor
|
e87b4e9b44
|
Changed placeholder from asterisk to question mark
|
2019-05-04 21:56:00 -04:00 |
|
Curtis F Kaylor
|
c9a4f76d49
|
Allow skipping of sequences in ENUM and BITMASK
|
2019-05-03 18:49:46 -04:00 |
|
Curtis F Kaylor
|
dd4debeaaf
|
Added Integer Variables and Bitmask Enums
|
2019-05-03 17:35:15 -04:00 |
|
Curtis F Kaylor
|
200096f83f
|
Allowed declaration of functions with type int
|
2019-03-24 16:37:14 -04:00 |
|
Curtis F Kaylor
|
330ed1285a
|
Added -s command line option to compiler
|
2018-09-09 16:10:21 -04:00 |
|
Curtis F Kaylor
|
fe62927246
|
Added declaration modifier const
|
2018-08-03 16:38:20 -04:00 |
|
Curtis F Kaylor
|
de4124e3b3
|
Define constants using #define instead of const
|
2018-08-03 11:22:12 -04:00 |
|
Curtis F Kaylor
|
8334e75599
|
Declaring const in .h02 file no longer generates code
|
2018-07-26 13:39:13 -04:00 |
|
Curtis F Kaylor
|
7b15ce426f
|
Allowed subscripted array element in function X return value
|
2018-07-21 22:23:10 -04:00 |
|
Curtis F Kaylor
|
eb90c48f0d
|
Disallowed nested function declarations and commented more code
|
2018-07-21 20:51:41 -04:00 |
|
Curtis F Kaylor
|
818174a15a
|
Fixed break/continue bug in DO/WHILE loop
|
2018-07-18 23:49:39 -04:00 |
|
Curtis F Kaylor
|
d5d4d79929
|
Added size-of operator
|
2018-03-08 20:07:31 -05:00 |
|
Curtis F Kaylor
|
fd6a96afb5
|
Added struct declarations
|
2018-03-08 08:23:05 -05:00 |
|
Curtis F Kaylor
|
df34d89252
|
Replaced variables def??? with con???
|
2018-03-07 12:32:08 -05:00 |
|
Curtis F Kaylor
|
4e421c8095
|
Added enum keyword
|
2018-03-07 12:00:33 -05:00 |
|
Curtis F Kaylor
|
ff9576b391
|
Added const keyword
|
2018-03-07 11:38:22 -05:00 |
|
Curtis F Kaylor
|
cf8264f99a
|
Reformatted and refactored conditional code
|
2018-03-05 15:03:04 -05:00 |
|
Curtis F Kaylor
|
90c9162971
|
Removed extraneous semicolons after DEBUG macro invocations
|
2018-03-04 14:04:04 -05:00 |
|
Curtis F Kaylor
|
f84affdb4a
|
Removed extraneous semicolon after ERROR( macro invocations
|
2018-03-04 13:38:40 -05:00 |
|
Curtis F Kaylor
|
1156f3b47b
|
Fixed C compiler warnings
|
2018-03-03 22:32:39 -05:00 |
|
Curtis F Kaylor
|
983dff82df
|
Moved compiler source code to ./src directory
|
2018-03-03 14:26:50 -05:00 |
|