Benjamin Herzog
Benjamin Herzog
Alfred 3.2 added a new feature to export variables as env vars from your workflow
Alfred 3.2 supports a new rerun field to rerun the workflow after a given amount of seconds.
All transpiler code should be factored out to https://github.com/BenchR267/SwiftTranspiler.
It might be a good idea to generate the parser code to be able to change things in the grammer more easily (would mean faster iterations to get nearer to...
The AST is produced by the parser and is responsible for generating the JavaScript code. It would be cool to get an overview about the tree and maybe also about...
After `struct`s are added, they should also be able to get some methods to operate on their properties.
Currently there are only Int, String, Double and Bool as predefined types supported. `struct` is a complex type that should be supported at next.
Here is a good starting point: https://stackoverflow.com/questions/30757193/find-out-if-character-in-string-is-emoji
The following code worked with 1.3.0 but crashes with 1.4.0: ``` Swift let timer = NSTimer.every(1) { print("do something!") } timer.fire() ``` The internal refactoring of not using NSTimer initializers...
| | | |------------------|-----------------| |Previous ID | SR-11729 | |Radar | rdar://problem/56980059 | |Original Reporter | @BenchR267 | |Type | New Feature | Additional Detail from JIRA | | |...