read-only mirror of https://github.com/mizusato/KumaChan

mizusato b617cb8ef2 qt connect 4 vuotta sitten
.idea b604d365db fix, debounce 4 vuotta sitten
checker 20befc52d4 bundle pattern field map 4 vuotta sitten
compiler 51e3daec79 fix bugs 4 vuotta sitten
error 52708e3425 move transformer 4 vuotta sitten
loader 52708e3425 move transformer 4 vuotta sitten
parser 20befc52d4 bundle pattern field map 4 vuotta sitten
qt b617cb8ef2 qt connect 4 vuotta sitten
runtime 4a08fc72a0 fix 4 vuotta sitten
stdlib 4a08fc72a0 fix 4 vuotta sitten
test 032de8f29b fix 4 vuotta sitten
.gitignore a31f2e0fab fix, crash 4 vuotta sitten
COPYING b322612818 change license 4 vuotta sitten
COPYING_ja b322612818 change license 4 vuotta sitten
COPYING_zh_CN b322612818 change license 4 vuotta sitten
COPYING_zh_TW b322612818 change license 4 vuotta sitten
README.md e53ab9ec0f readme 4 vuotta sitten
go.mod e5bc96228a switch to go module 5 vuotta sitten
main.go 20befc52d4 bundle pattern field map 4 vuotta sitten

README.md

KumaChan Programming Language

KumaChan is an experimental programming language.

This language is an attempt to integrate Reactive Extensions with pure functional language features. In this language, all side-effects are represented by Observables.

Documentation is working in progress.

TODO

Syntax Highlighting

There is a package called 'language-kumachan', including syntax highlighting rules of KuamChan, available for the Atom Editor.