~cdrozak

Poland

https://cdro.dev/

Free and Open Source Software enthusiast.

My favorite languages are Rust and Lua. I also write documents in ConTeXt — a LaTeX alternative.

I also have an account on GitHub, but I keep it only to contribute to other projects: https://github.com/nawordar

Trackers

~cdrozak/tree-sitter-tcl

Last active 1 year, 4 months ago

~cdrozak/cdro.dev

Last active 2 years ago

~cdrozak/bawesome

Last active 2 years ago

~cdrozak/easywatch

Last active 2 years ago

~cdrozak/context-templates

Last active 2 years ago

#17 Variables with underscores are interpreted as concatenation 1 year, 4 months ago

grammar added by ~cdrozak on ~cdrozak/tree-sitter-tcl

#17 Variables with underscores are interpreted as concatenation 1 year, 4 months ago

Ticket created by ~cdrozak on ~cdrozak/tree-sitter-tcl

For example:

puts $auto_path

gets interpreted as:

(command
 name: (word)
 arguments: (word_list
             (concatenation
              (variable_substitution)
              (word))))

instead of:

(command
 name: (word)
 arguments: (word_list
             (variable_substitution)))

#1 Add a page with documentation 2 years ago

Ticket created by ~cdrozak on ~cdrozak/cdro.dev

#1 Rewrite the decoration/frame code 2 years ago

Ticket created by ~cdrozak on ~cdrozak/bawesome

awful.titlebaris awful for contiguous frames running along all four window sides

#16 Support [incr Tcl] 2 years ago

grammar added by ~cdrozak on ~cdrozak/tree-sitter-tcl

#16 Support [incr Tcl] 2 years ago

Ticket created by ~cdrozak on ~cdrozak/tree-sitter-tcl

#11 Add booleans, floats etc. 2 years ago

Comment by ~cdrozak on ~cdrozak/tree-sitter-tcl

REPORTED RESOLVED IMPLEMENTED

#15 Automatically create releases on GitHub 2 years ago

CI added by ~cdrozak on ~cdrozak/tree-sitter-tcl

#15 Automatically create releases on GitHub 2 years ago

Ticket created by ~cdrozak on ~cdrozak/tree-sitter-tcl

#11 Add booleans, floats etc. 2 years ago

grammar added by ~cdrozak on ~cdrozak/tree-sitter-tcl