sidi762 / NasalOnline

Run your Nasal code online! This project is based on Valkmjolnir's Nasal Interpreter. https://github.com/ValKmjolnir/Nasal-Interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nasal Online

Run your Nasal code online!

This project is based on:

Docker Build

Use this command to build from Dockerfile.

docker build -t nasal-online/ubuntu:v1 .

Then if want to debug by using /bin/bash, try this:

docker run -it nasal-online/ubuntu:v1 /bin/bash

About

Run your Nasal code online! This project is based on Valkmjolnir's Nasal Interpreter. https://github.com/ValKmjolnir/Nasal-Interpreter

License:MIT License


Languages

Language:Nasal 91.0%Language:Assembly 8.4%Language:JavaScript 0.4%Language:Dockerfile 0.2%