Sempare Limited

Results 8 issues of Sempare Limited

template content could be captured into variables ``` hello Output : ```

for loops could benefit from limit and offsets to simplify logic. ``` item: ```

this is useful for cases when the for loop is empty and means the developer does not need to create an additional if statement. e.g. ``` item: there are no...

allow custom functions to be called, something like: `` Args can be in any order: `` ``` function doPrint(const name:string; const age:integer) : string; begin exit(format('%s %d', [name, age])]; end;...

enhancement

Will be used to generate compiler specific project files