General Information
From Pynx Himself: This simple JavaScript-based programming language was written everytime I got extremely sad so this language seems a bit rushed and that was the point for it to make me genuienly happy inside again.
To undertand the code you can follow the \examples\
directory OR look at main.js
, everything is semi-documented well.
Programmed In: JavaScript
Features
- Function Definition: Define reusable functions using the
$
syntax. - Variable Assignment: Assign values to variables using the
=
operator. - Control Flow: Use
if
statements for conditional execution andjmp
for jumping to defined functions. - Print Statements: Output messages to the console with support for special characters (e.g., newline, tab).
- Error Handling: Built-in error reporting for undefined functions and invalid commands.
- Exit and Restart: Control the execution flow with
Exit
andRestart
functions.
Installation
To use the Simple Interpreter, ensure you have Node.js installed on your machine. Clone the repository and navigate to the project directory:
git clone https://github.com/throne-hub/FentaMini.git
cd simple-interpreter
Usage
node FentaMini.js your_script.txt