Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taffarel55/lab4-compiler
Compilador lab4
https://github.com/taffarel55/lab4-compiler
assembly compiler ufba
Last synced: 25 days ago
JSON representation
Compilador lab4
- Host: GitHub
- URL: https://github.com/taffarel55/lab4-compiler
- Owner: taffarel55
- License: mit
- Created: 2023-11-03T00:23:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-03T02:01:36.000Z (about 1 year ago)
- Last Synced: 2024-10-08T09:46:55.831Z (30 days ago)
- Topics: assembly, compiler, ufba
- Language: JavaScript
- Homepage: https://taffarel55.github.io/lab4-compiler/
- Size: 200 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lab4-compiler
[![npm version](https://badge.fury.io/js/lab4-compiler.svg)](https://www.npmjs.com/package/lab4-compiler)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)Compilador para a disciplina LAB4 UFBA
## đ Uso
```bash
npx lab4-compiler example.asm
```## đ ïž Instalação
### Via CDN
VocĂȘ pode utilizar o `lab4-compiler` atravĂ©s da seguinte tag
```html
```
### Via npm
VocĂȘ pode instalar o `lab4-compiler` via npm usando o seguinte comando:
```bash
npm install lab4-compiler
``````js
import processCode from "lab4-compiler";
```## đ Instruction Set
![](https://github.com/taffarel55/lab4-compiler/raw/main/assets/set.png)
## đ Demonstração Web
![](https://github.com/taffarel55/lab4-compiler/raw/main/assets/web.png)
[Link para a Demonstração Web](https://taffarel55.github.io/lab4-compiler/)
## đ€ Contribuindo
Se vocĂȘ gostaria de contribuir para este projeto, sinta-se Ă vontade para abrir uma issue ou enviar um pull request.
## đ§Ÿ Licença
Este projeto estå licenciado sob os termos da Licença MIT.