Phoenix Himself

Results 280 comments of Phoenix Himself

It can be fairly easy to implement. Not an important feature for now but it's good to keep this idea in mind

This is also required for the Zed IDE that I'm currently using. I think that once the language becomes more stable and mature, we can invest our time in formally...

I've added EBNF language grammar in this issue https://github.com/Ph0enixKM/Amber/issues/100 (merged already - we can iterate on this). If you find any errors, please create an issue on it so I...

True. This is fairly needed. The checks should be added by default but also we need to let developers disable adding them as well.

This problem is currently being resolved by @b1ek as a separate project https://github.com/b1ek/bshchk.

I'd just move this plugin to a separate repo where all the plugins are stored. @Mte90 @b1ek you don't have to worry about maintaining it. The community will or maybe...

This issue has been resolved: https://github.com/amber-lang/vsc-amber-extensions

@b1ek We could unify this with the proposed syntax in this issue https://github.com/Ph0enixKM/Amber/issues/68 with `export` ```js export pub fun foo() { echo "Hello" } export FOO = "Env variable" ```...

You're right @JackPott. This is something on the to do list. The end game syntax would look like this: ``` main(args) { // Args are of type [Text] here }...