euclidianAce

Results 26 issues of euclidianAce

Are there any plans to support enums like they are in C/C++/etc where the values are numbers instead of strings? Perhaps when idendifiers instead of strings are used they could...

feature request

When writing a module, the only way of including typed files for users to consume is by including the `.tl` files directly. If a `.tl` file is particularly large (like...

feature request

I'm currently working on [my own cli to Teal](https://github.com/euclidianAce/teal-cli) for a few reasons - Implementing some of the ideas expressed in #187 - Having a sort of testing grounds for...

feature request

Allowing for static/compile-time assertions could be a naive way to limit typeargs to certain types before introducing subtyping ``` local function partial(f: T, a: any): T !static_assert(f is function) --...

feature request

I'm working on some tooling for neovim in the absence of a language server and am using `tl.tl` as an api and am having trouble defining my own types using...

I thought of some of these ideas while working on the build options (#177) and would like to know your opinions. These are definitely more abstract and long-term oriented goals,...

feature request

Having the docs navigable outside of the codebase would be nice.

Parsers used to be put in `~/.tree-sitter/bin/` but these paths have changed and this needs to be reflected in `ltreesitter.require`

changing `package.path` and `package.cpath` for this feels hacky, so we should provide a nicer way to do this

enhancement

The current functions we are using to check for indentation have timeouts that actually timeout on large files such as tl.tl We should make some effort to optimize the indent...

bug
help wanted