Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zoomlogo authored Mar 12, 2022
1 parent cf0d796 commit 9f07955
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Noxan
> The noxan golfing language is a prefix programming language.
Noxan is a prefix based programming language that is designed for code golfing.

## Get started
For example, `+1 +3 4` is tokenized as `1 + 3 + 4`.
Since Noxan is prefix, operators come before their operands.
For example, `+1 +3 4` is similar to `1 + 3 + 4` in infix.

0 comments on commit 9f07955

Please sign in to comment.