Updated README
This commit is contained in:
parent
d07643690c
commit
8e7ebc338d
|
@ -1,3 +1,5 @@
|
||||||
# ZOL Parser
|
# ZOL Parser
|
||||||
|
|
||||||
ZOL stands for zeroth order logic, so this program can parse zeroth order logic.
|
ZOL stands for zeroth order logic, so this program can parse zeroth order logic.
|
||||||
|
|
||||||
|

|
|
@ -1,5 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
|
||||||
class Expression
|
class Expression
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
BIN
img/example.png
Normal file
BIN
img/example.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Loading…
Reference in a new issue