Copyright (C) 2018 mirage335 See the end of the file for license conditions. See license.txt for SigBlocklyMod license conditions.
SigBlocklyMod
Automatic integration of SigBlockly modifications over upstream Blockly repository, adding minimal support for C, Bash, and other languages.
As a minimalistic approach to graphical programming, SigBlocklyMod and SigBlockly themselves are expected to continue to represent a reference point for developing graphical programming environments.
Custom blocks and code generators used to minimally support C, Bash, and other languages, are kept under _lib/modules .
Language generators have been created by copying an existing generator, and replacing references to the name of the existing language, with the name of the new language.
Previously implemented over blockly commit 7679d227df8f62a12316334ee708d4a9a800ef17 .
https://github.com/google/blockly/tree/7679d227df8f62a12316334ee708d4a9a800ef17
Copyright This file is part of SigBlocklyMod.
SigBlocklyMod is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
SigBlocklyMod is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with SigBlocklyMod. If not, see http://www.gnu.org/licenses/.