DanielGavin
DanielGavin
if lvl, ok := level_menu().?; ok { current_level = lvl - 1 /* ... */ }
fragment_source := "#version 330\n" + "uniform vec4 color;" + "uniform sampler2D sampler;" + "in vec2 uv0;" + "layout(location = 0) out vec4 frag_color;" + "void main(){" + " vec4 texColor...
This causes crashes on windows. ``` package main import "vendor:sdl2" sdl2.* ``` Note: Verbose is disabled for users, and have to be turned on through source code.
Right now it tries to find the fields in the type of the comp literal, but if they are vectors or matrices, they do not exist and it just never...
Adds requested feature from: [1207](https://github.com/DanielGavin/ols/issues/1207)
Right now the indexer is quite simple and just stores the ast nodes for all the global constants and variables. This means when something changes in other files, the indexer...
` append(&list, tokenizer.Token{text = strings.clone(t.text, allocator), kind = t.kind, pos = tokenizer.Pos{file = strings.clone(t.pos.file, allocator), offset = t.pos.offset, line = t.pos.line, column = t.pos.column}}) `