2025-05-17 - 2025-08-17
Overview
20 Issues closed from 1 user
Closed
#105 Allow the main procedure to return an integer
Closed
#122 Check return statement presence
Closed
#130 Support binary literals
Closed
#131 Check floating point number literals are in valid range
Closed
#129 Support hex literals
Closed
#128 Non-constant assertions always fail
Closed
#127 Require Word as array index
Closed
#121 Import other modules
Closed
#120 Shorten IMPLEMENTATION MODULE to just module without the module name
Closed
#116 Replace the colon in the return type declaration with an arrow
Closed
#110 Extract designator into a separate procedure
Closed
#115 Handle ASCII codes > 128 in the tokenizer
Closed
#111 Replace OR, AND, NOT and probably XOR in expressions
Closed
#114 Replace semicolon between parameters with commas
Closed
#113 Shorten the array syntax
Closed
#109 Extract expression transpiling into a separate procedure
Closed
#108 Transpile module body
Closed
#103 Break numeric tokens on word boundary
Closed
#106 Implement table driven lexing
Closed
#107 Replace byte pointer with a generic pointer type
25 Issues created by 1 user
Opened
#105 Allow the main procedure to return an integer
Opened
#106 Implement table driven lexing
Opened
#107 Replace byte pointer with a generic pointer type
Opened
#108 Transpile module body
Opened
#109 Extract expression transpiling into a separate procedure
Opened
#110 Extract designator into a separate procedure
Opened
#111 Replace OR, AND, NOT and probably XOR in expressions
Opened
#113 Shorten the array syntax
Opened
#114 Replace semicolon between parameters with commas
Opened
#115 Handle ASCII codes > 128 in the tokenizer
Opened
#116 Replace the colon in the return type declaration with an arrow
Opened
#120 Shorten IMPLEMENTATION MODULE to just module without the module name
Opened
#121 Import other modules
Opened
#122 Check return statement presence
Opened
#123 Allow variable initialization
Opened
#124 Restrict cyclic type references in records
Opened
#125 Check for clashes with imported symbols
Opened
#126 Support include paths configuration for looking for imported sources
Opened
#127 Require Word as array index
Opened
#128 Non-constant assertions always fail
Opened
#129 Support hex literals
Opened
#130 Support binary literals
Opened
#131 Check floating point number literals are in valid range
Opened
#132 Private procedures cause a link error
Opened
#133 Make Pointer type behave like nil