A Python-based programming language designed for young learners.
-
Open your preferred command-line interface and change directory to the folder where the cloned repo would be downloaded to by entering
cd <path-to-the-folder>
to your terminal -
Clone the repo to the folder by entering
git clone https://github.com/ezravergabera/Cocoon
in your command-line interface -
Change directory by inputting
cd Cocoon
to the terminal -
Install the required modules by entering
pip install -r requirements.txt
-
Follow the next instructions in using the lexical analyzer
There are two ways on how to use the lexical analyzer:
-
By running the GUI
-
By running the shell in your command line, passing two options which is
-c
or-f
.
All parameters are case-insensitive. Only one option can be used at a time.
The -cli
| -c
is passed to use the cli version of the lexical analyzer.
Example: python shell.py -c
The -file
or -f
is followed by the file name of the existing KKUN file as it's second passed argument. The file must have an extension of .kkun in order for it to be recognized
Example: python shell.py -f <filename>
- Kim M. Montana
- Hershey Ann C. Estoya
- Louise Monica C. Zapanta
- Lilianne Claire Y. Rotap
- Gwyneth Anmarie C. Yim
- Jose Ezra Nazarene B. Vergabera
- Bien D. Gavino
MIT License
Copyright (c) 2023 Montana, Estoya, Zapanta, Rotap, Yim, Vergabera, Gavino
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.