2025-05-17 - 2025-08-17

Overview

0 Active Pull Requests
26 Active Issues
Excluding merges, 1 author has pushed 19 commits to cpp and 39 commits to all branches. On cpp, 49 files have changed and there have been 7897 additions and 4432 deletions.

20 Issues closed from 1 user

Closed #105 Allow the main procedure to return an integer 2025-08-16 19:52:27 +02:00

Closed #122 Check return statement presence 2025-08-06 22:46:45 +02:00

Closed #130 Support binary literals 2025-08-05 09:44:42 +02:00

Closed #131 Check floating point number literals are in valid range 2025-08-05 09:44:36 +02:00

Closed #129 Support hex literals 2025-08-04 22:53:21 +02:00

Closed #128 Non-constant assertions always fail 2025-07-17 23:53:59 +02:00

Closed #127 Require Word as array index 2025-07-17 11:45:16 +02:00

Closed #121 Import other modules 2025-07-11 23:32:38 +02:00

Closed #120 Shorten IMPLEMENTATION MODULE to just module without the module name 2025-06-05 12:34:45 +02:00

Closed #116 Replace the colon in the return type declaration with an arrow 2025-05-30 21:52:49 +02:00

Closed #110 Extract designator into a separate procedure 2025-05-30 21:30:18 +02:00

Closed #115 Handle ASCII codes > 128 in the tokenizer 2025-05-30 19:52:51 +02:00

Closed #111 Replace OR, AND, NOT and probably XOR in expressions 2025-05-30 14:59:37 +02:00

Closed #114 Replace semicolon between parameters with commas 2025-05-30 14:00:20 +02:00

Closed #113 Shorten the array syntax 2025-05-30 12:57:58 +02:00

Closed #109 Extract expression transpiling into a separate procedure 2025-05-29 21:20:03 +02:00

Closed #108 Transpile module body 2025-05-29 19:38:41 +02:00

Closed #103 Break numeric tokens on word boundary 2025-05-29 10:46:41 +02:00

Closed #106 Implement table driven lexing 2025-05-29 09:07:03 +02:00

Closed #107 Replace byte pointer with a generic pointer type 2025-05-21 00:09:08 +02:00

25 Issues created by 1 user

Opened #105 Allow the main procedure to return an integer 2025-05-18 00:23:00 +02:00

Opened #106 Implement table driven lexing 2025-05-18 00:23:49 +02:00

Opened #107 Replace byte pointer with a generic pointer type 2025-05-19 19:33:02 +02:00

Opened #108 Transpile module body 2025-05-29 10:45:27 +02:00

Opened #109 Extract expression transpiling into a separate procedure 2025-05-29 10:48:51 +02:00

Opened #110 Extract designator into a separate procedure 2025-05-29 10:51:51 +02:00

Opened #111 Replace OR, AND, NOT and probably XOR in expressions 2025-05-29 14:20:59 +02:00

Opened #113 Shorten the array syntax 2025-05-29 14:39:52 +02:00

Opened #114 Replace semicolon between parameters with commas 2025-05-29 15:05:34 +02:00

Opened #115 Handle ASCII codes > 128 in the tokenizer 2025-05-29 17:04:28 +02:00

Opened #116 Replace the colon in the return type declaration with an arrow 2025-05-30 20:08:08 +02:00

Opened #120 Shorten IMPLEMENTATION MODULE to just module without the module name 2025-06-05 09:31:07 +02:00

Opened #121 Import other modules 2025-07-07 11:56:15 +02:00

Opened #122 Check return statement presence 2025-07-07 12:34:40 +02:00

Opened #123 Allow variable initialization 2025-07-07 20:46:50 +02:00

Opened #124 Restrict cyclic type references in records 2025-07-07 21:30:44 +02:00

Opened #125 Check for clashes with imported symbols 2025-07-12 11:56:28 +02:00

Opened #126 Support include paths configuration for looking for imported sources 2025-07-12 13:38:28 +02:00

Opened #127 Require Word as array index 2025-07-13 18:37:58 +02:00

Opened #128 Non-constant assertions always fail 2025-07-17 13:49:50 +02:00

Opened #129 Support hex literals 2025-08-04 11:52:11 +02:00

Opened #130 Support binary literals 2025-08-04 12:02:52 +02:00

Opened #131 Check floating point number literals are in valid range 2025-08-04 12:52:59 +02:00

Opened #132 Private procedures cause a link error 2025-08-14 00:48:40 +02:00

Opened #133 Make Pointer type behave like nil 2025-08-16 07:37:24 +02:00