Skip to content

Commit

Permalink
io with hebrew!
Browse files Browse the repository at this point in the history
complex input and output methods for bi-directional fun
strings addition operator
  • Loading branch information
daniel-shimon committed Oct 26, 2018
1 parent 65fed2c commit 95fceb9
Show file tree
Hide file tree
Showing 14 changed files with 1,557 additions and 178 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -34,3 +34,4 @@
# Development environment
.idea
cmake-build-debug/
.vscode/
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -3,4 +3,4 @@ project(rpp)

set(CMAKE_CXX_STANDARD 11)

add_executable(rpp src/main.cpp src/Lexer.cpp src/Lexer.h src/Parser.cpp src/Parser.h src/Interpreter.cpp src/Interpreter.h src/Hebrew.cpp src/Hebrew.h src/BuiltIns.cpp src/BuiltIns.h)
add_executable(rpp src/main.cpp src/Lexer.cpp src/Lexer.h src/Parser.cpp src/Parser.h src/Interpreter.cpp src/Interpreter.h src/Hebrew.cpp src/Hebrew.h src/BuiltIns.cpp src/BuiltIns.h src/Exception.h src/IO.h src/IO.cpp)
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -43,7 +43,7 @@ Interpreted, untyped, object-oriented and super cool.
A precompiled version for Win32 is available in the [release](https://github.com/daniel-shimon/rpp/releases/) section

```cmd
g++ -std=c++11 -static-libgcc -static-libstdc++ src/*.h src/*.cpp -o rpp.exe
g++ -std=c++11 -static src/*.h src/*.cpp -o rpp.exe
```

<a name="install-linux"/>
Expand Down

0 comments on commit 95fceb9

Please sign in to comment.