Tamás Koczka
Tamás Koczka
I had two bugs: - sometimes somehow rootScrollHeight and el.scrollHeight became 0, in which case the body was scrolled instead of the overflowing ancestor - the other bug involves the...
Resolve the following issues: - template includes only collected after template generation happens, so it needs to be split into a two stage process: generate code first, then generate includes...
- [ ] RegExp match - [ ] RegExp test (?) - [ ] RegExp replace - [x] String split - [ ] String concat - [ ] String join...
## The issue **OneLang does not really come with standard libraries** (StdLibs) or more precisely wrappers around other languages' standard libraries. One of the reasons is that providing a standard...
Epic: #9 ### Stage 1 - Split current libs into packages As a first step remove standard library related entries from the language YAML files, more precisely the `root >...
Add ability for native resolvers to resolve functions like PHP's `count` and others. (Currently a workaround for this to use generic transformer. Maybe just generic transformers have to be more...
Parse and generate top-level functions. In case of C# and similar languages put the top-level functions to the Program (/etc) class.
Currently One does not support real exceptions, only raising one-shot ~fatal error. To support exceptions the following scenarios have to be planned out: - [ ] Support languages which does...