Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klus3kk/animal
A repository which contains my custom programming language made in Golang.
https://github.com/klus3kk/animal
Last synced: about 13 hours ago
JSON representation
A repository which contains my custom programming language made in Golang.
- Host: GitHub
- URL: https://github.com/klus3kk/animal
- Owner: Klus3kk
- Created: 2024-03-12T16:40:37.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T10:57:57.000Z (4 months ago)
- Last Synced: 2024-09-14T07:12:49.192Z (4 months ago)
- Language: Go
- Homepage:
- Size: 18.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Animal
The goal of this project is to create a new programming language with unique features and applications. The basic functions, operators etc. will be correlated to animals characteristics and sounds.
You can test the language by writing:```bash
./animal
```## Features
* Defining the syntax and semantics of the language.
* Implementing a compiler or interpreter.
* Creating standard libraries.
* Writing sample programs.## Technologies
* Go language,
* Lexer,
* Parser,
* Tokens.## Instruction
**Operators:**
* "*" - moo,
* "+" - meow,
* "-" - woof,
* "/" - drone,
* "%" - squeak,
* "^" - soar.**Brackets:**
* () - round,
* [] - square,
* {} - curly.