Camilo

Results 16 issues of Camilo

Idea for Enums in Wren: Use `#!enum` attribute. This will tell the compiler that if there are no braces after an identifier, considers its value as the identifier name. All...

It would require to add a `switch` keyword. But `case` and `default` can be replaced with other available symbols like `|` and `else`. It has implicit return. Other alternatives to...

Improved syntax highlight in wren try and docs ![imagen](https://user-images.githubusercontent.com/292738/115981422-9c711700-a561-11eb-9f7f-983aca6e1b74.png)

As seen here https://prog21.dadgum.com/32.html The suffix "K" to indicate kilobytes in numeric literals. For example, you can say "16K" instead of "16384". How many times have you seen C code...

### Check for existing issues - [X] Completed ### Language Asciidoc ### Tree Sitter parser link _No response_ ### Language server link _No response_ ### Misc notes Asciidoc have similar...

language

Hello I tried to port my Pico-8 to LÖVE2D. But I discover some issues. Hope this helps someone in the future :). Thanks for this great project 👍 ## Not...

`System.print("📟") ` will throw `Unhandled key-code [dec]: 240` using MacOS Catalina Wren 0.3.0

### Short description of the enhancement Include a `processwire_rewrites.php` file in `index.php` to allow PHP handle rewrites instead of `.htaccess`. ### Optional: Steps that explain the enhancement 1. Provide a...

In the https://dev.to website they use special tags in Markdown documents to embed posts, gist, github repos, twitch streams, youtube, and other sites too. - https://dev.to/p/editor_guide I have been using...

## Documentation Catalogues Hello since _Onyx_ have proper documentation comments in the parser, I think it can use documentation catalogues similar to [Swift Docc](https://www.swift.org/documentation/docc/) tool. I tried to create something...

enhancement
help wanted