Added wtfpl logo
This commit is contained in:
@@ -8,6 +8,9 @@ A little brainfuck interpreter written in C.
|
|||||||
* ./bfckr "$yourstuff"
|
* ./bfckr "$yourstuff"
|
||||||
|
|
||||||
# Licence
|
# Licence
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Copyright © 2016 Aaron aaron@duckpond.ch
|
Copyright © 2016 Aaron aaron@duckpond.ch
|
||||||
This work is free. You can redistribute it and/or modify it under the
|
This work is free. You can redistribute it and/or modify it under the
|
||||||
terms of the Do What The Fuck You Want To Public License, Version 2,
|
terms of the Do What The Fuck You Want To Public License, Version 2,
|
||||||
|
|||||||
5
bfckr.c
5
bfckr.c
@@ -1,4 +1,5 @@
|
|||||||
/* This program is free software. It comes without any warranty, to
|
/*
|
||||||
|
* This program is free software. It comes without any warranty, to
|
||||||
* the extent permitted by applicable law. You can redistribute it
|
* the extent permitted by applicable law. You can redistribute it
|
||||||
* and/or modify it under the terms of the Do What The Fuck You Want
|
* and/or modify it under the terms of the Do What The Fuck You Want
|
||||||
* To Public License, Version 2, as published by Sam Hocevar. See
|
* To Public License, Version 2, as published by Sam Hocevar. See
|
||||||
@@ -37,8 +38,6 @@ void die(const char *message)
|
|||||||
// Parses and executes a brainfuck expression
|
// Parses and executes a brainfuck expression
|
||||||
void bfuck_parser(char *input)
|
void bfuck_parser(char *input)
|
||||||
{
|
{
|
||||||
//printf("%s\n", input);
|
|
||||||
|
|
||||||
char curr;
|
char curr;
|
||||||
uint16_t loop;
|
uint16_t loop;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user