2025-03-27 - 2025-06-27
Overview
26 Issues closed from 1 user
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
Closed
#101 Let the main module begin with the program keyword
Closed
#88 TYPE_STUB_DECL
Closed
#99 Provide builtin assert
Closed
#97 while else
Closed
#91 Allow breaking out of loops
Closed
#94 Support else in case statements
Closed
#93 Support enumerations in constant expressions
Closed
#92 Case statement
Closed
#90 Implement traits for enumeration
Closed
#87 unreachable() builtin
Closed
#79 Allow procedure usage before declaring these
Closed
#82 Report errors on recursive type aliases
Closed
#85 Consistent punctuation
Closed
#86 Transitive aliasing doesn't work
28 Issues created by 1 user
Opened
#86 Transitive aliasing doesn't work
Opened
#87 unreachable() builtin
Opened
#88 TYPE_STUB_DECL
Opened
#90 Implement traits for enumeration
Opened
#91 Allow breaking out of loops
Opened
#92 Case statement
Opened
#93 Support enumerations in constant expressions
Opened
#94 Support else in case statements
Opened
#97 while else
Opened
#99 Provide builtin assert
Opened
#101 Let the main module begin with the program keyword
Opened
#103 Break numeric tokens on word boundary
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
#112 Remove the source file size limitation
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
#117 Add —lex option to stop after tokenizing
Opened
#118 Support else and elsif clauses in the if statements
Opened
#119 Support @ operator instead of ADR()
Opened
#120 Shorten IMPLEMENTATION MODULE to just module without the module name