Skip to content

code4fukui/Nor

 
 

Repository files navigation

Nor - a one-operator programming language

日本語のREADMEはこちらです: README.ja.md

Nor is a structured programming language that only supports the "nor" operator.

Demo

Nor Playground - runtime on the web Nor on web - embedded in HTML

Features

  • Only one operator: "nor"
  • Supports variables, arrays, conditional statements, loops, and functions
  • Can be run in a web browser or on the command line
  • Includes a debugging app: nor2js

Requirements

None. Nor can be run on the web or in the Deno runtime.

Usage

To run Nor on the web, include the web.js script and add a <script type="text/nor"> block:

<script type="module" src="https://code4fukui.github.io/Nor/web.js"></script>
<script type="text/nor">
print 1 nor 0
</script>

To run Nor on the command line using Deno:

deno -A https://code4fukui.github.io/Nor/cli.js examples/add.nor

License

Nor is an open source project. The license is not specified.

About

Nor - a one-operator programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 78.6%
  • HTML 21.4%