https://github.com/klus3kk/animal
A repository which contains my custom programming language made in Golang.
https://github.com/klus3kk/animal
Last synced: 5 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-02T00:03:54.000Z (5 months ago)
- Last Synced: 2025-02-02T00:25:19.120Z (5 months ago)
- Language: Go
- Homepage:
- Size: 13.4 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.**Functions:**
* "roar" - print()