Installation
Prerequisites
- Node.js (v12 or later)
Clone Repository
Clone the repository:
git clone https://github.com/dev0jha/DevLang.git
cd DevLang
Run DevLang
Run DevLang programs directly:
node devlang.js -f program.dev
Or execute inline code:
node devlang.js -e "bolo 'Hello World'"