All Projects → donut-lang → old-fashioned-donut

donut-lang / old-fashioned-donut

Licence: GPL-3.0 license
a programming language for time leapers

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
GAP
223 projects
CMake
9771 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to old-fashioned-donut

UndoRedo.js
A powerful and simple JavaScript library provides a history for undo/redo functionality. Just like a time machine! 🕐
Stars: ✭ 19 (+11.76%)
Mutual labels:  undo-redo
undo-canvas
Add undo/redo functions to CanvasRenderingContext2D
Stars: ✭ 33 (+94.12%)
Mutual labels:  undo-redo
actions
Software without side-effects. Redo and Undo.
Stars: ✭ 23 (+35.29%)
Mutual labels:  undo-redo
js-undo-manager
Simple JavaScript undo/redo command manager supporting transactions with no dependencies
Stars: ✭ 23 (+35.29%)
Mutual labels:  undo-redo
Regret
[Moved to MavenCentral] An undo-redo Android library which works with any objects and with an easy implementation. Perfect for drawing, text and photo editing apps.
Stars: ✭ 65 (+282.35%)
Mutual labels:  undo-redo
undoredo-cpp
Some concepts of Undo/Redo attempted in C++03
Stars: ✭ 20 (+17.65%)
Mutual labels:  undo-redo
Sublundo
A Sublime Text 3 package implementing Vim-like branching undo/redo.
Stars: ✭ 16 (-5.88%)
Mutual labels:  undo-redo

Donut - a programming language for time leapers

"時間遡行者のための"プログラミング言語です。C++ + Antlr3 + ICU(for unicode)

How to build

echo 'Bake donut as you like: '

cmake -G 'Unix Makefiles'
cmake -G 'Ninja'
cmake -G 'Xcode'
cmake -G 'Eclipse CDT4 - Ninja'
cmake -G 'Eclipse CDT4 - Unix Makefiles'
echo 'build types:'
cmake . -DCMAKE_BUILD_TYPE=Release
cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfo

cmake . -DCMAKE_BUILD_TYPE=Debug
cmake . -DCMAKE_BUILD_TYPE=MinSizeRel
echo 'to clean up:'
bash scripts/clean.sh

Powerd by

IPAの未踏IT人材発掘・育成事業に採択された「CPUの理解を容易にするシステムと解説サイトの構築」の一部分として開発され、支援を受けていました。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].