Skip to content

Releases: kwe26/yajson

1.0.0 - Test Release

1.0.0 - Test Release Pre-release
Pre-release

Choose a tag to compare

@kwe26 kwe26 released this 08 Sep 16:19

YaJSON - 1.0.0

An Weird Programming Language Programmable from JSON, And The Interpreter is made in Dart, Truly Weird Programming Language!

Screenshots

Main.YAJ Tests
MainYah Tests

Sample Hello World

[
    {"func": "print", "$1": "Hello World"}
]

Run the Program

yajson main.yaj --allow-rw-access --allow-network-access

This Program has some Netoworking + File Reading Capabilities too

Run the Notepad Example Program

yajson notepad.yaj --allow-rw-access

Future Goals

  • Drag-and-Drop Builder
  • System Functions
  • FFI
  • Shell Execution
  • GUI
  • More Stable Syntax