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

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

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.