]> git.lizzy.rs Git - micro.git/commit
runtime/syntax: add rudimentary Odin support (#2296)
authorftphikari <ftphikari@gmail.com>
Fri, 11 Feb 2022 22:15:34 +0000 (14:15 -0800)
committerGitHub <noreply@github.com>
Fri, 11 Feb 2022 22:15:34 +0000 (14:15 -0800)
commitd3b9b37b07c754f0671c1d9fc56e3a053535acd9
tree5308bd8ca6e1c5674f09603c05e1ee509620ec49
parent9ca89ad300225bdf899786ac45fb5905be50e8ca
runtime/syntax: add rudimentary Odin support (#2296)

Odin is a general-purpose programming language with distinct typing,
built for high performance, modern systems, and built-in data-oriented
data types. The Odin Programming Language, the C alternative for
the joy of programming. The Data-Oriented Language for Sane Software
Development.

https://odin-lang.org/
https://odin-lang.org/docs/overview/
https://github.com/odin-lang/Odin
runtime/syntax/groovy.yaml [changed mode: 0755->0644]
runtime/syntax/odin.yaml [new file with mode: 0644]