Resize images
This commit is contained in:
parent
5885d23d9a
commit
4f01260509
13
README.md
13
README.md
@ -123,19 +123,16 @@ This program calculates 2+2 and output it to STDOUT
|
|||||||

|

|
||||||
### ColorError.png
|
### ColorError.png
|
||||||
This program encounters an error during lexing, and returns the full list of errors.
|
This program encounters an error during lexing, and returns the full list of errors.
|
||||||

|

|
||||||
### Countdown.png
|
### Countdown.png
|
||||||
This program counts down from 10 to 1, outputting each number to STDOUT. This program shows how turing-complete the language is by demonstrating arithmetic functionality, boolean algebra and looping/branching.
|
This program counts down from 10 to 1, outputting each number to STDOUT. This program shows how turing-complete the language is by demonstrating arithmetic functionality, boolean algebra and looping/branching.
|
||||||

|

|
||||||
### DivideByZero.png
|
### DivideByZero.png
|
||||||
This program encounters a division by zero error and prints the error to STDOUT
|
This program encounters a division by zero error and prints the error to STDOUT
|
||||||

|

|
||||||
### Endless.png
|
### Endless.png
|
||||||
This program loops endlessly, or until the stack overflows
|
This program loops endlessly, or until the stack overflows
|
||||||

|

|
||||||
### HelloWorld.png
|
### HelloWorld.png
|
||||||
Outputs Hello World! to STDOUT
|
Outputs Hello World! to STDOUT
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user