Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matheus-hrm/bnl-interpreter
Interpretador em Scheme
https://github.com/matheus-hrm/bnl-interpreter
racket scheme scheme-interpreter
Last synced: 1 day ago
JSON representation
Interpretador em Scheme
- Host: GitHub
- URL: https://github.com/matheus-hrm/bnl-interpreter
- Owner: matheus-hrm
- Created: 2023-11-19T13:05:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-21T22:56:16.000Z (about 1 year ago)
- Last Synced: 2024-11-10T15:49:42.040Z (about 2 months ago)
- Topics: racket, scheme, scheme-interpreter
- Language: Racket
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Interpretador implementado em Scheme (Racket)
Este é um interpretador escrito no dialeto racket de uma linguagem de programação fictícia criada pelo Prof. Bruno Silvestre da UFG, apelidada de BNL (Bruno's NoSense Language).
### Descrição da linguagem
>A linguagem é baseada na definição de funções.
A função "main" é onde o programa começa.
- A linguagem possui **valores**, **variáveis** e **parâmetros**,
- Estruturas Condicionais
- Atribuições simples || com expressão || com chamada de função
- Funções *Built-in* como print() e read()