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

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

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.