Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Marc
TuringSim
Commits
7c9de13a
Commit
7c9de13a
authored
Dec 02, 2020
by
Marc
Browse files
+README
parent
c55fabda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
1 deletion
+22
-1
README.md
README.md
+22
-1
No files found.
README.md
View file @
7c9de13a
# TuringSim
\ No newline at end of file
# TuringSim
A template-intensive high-performance framework to simulate Turing machines and other abstract computation models.
You may be interested in the
[
documentation
](
https://turingsim.marc-chevalier.com/
)
.
## Using
Static and dynamic libraries are provided for the few non-template functions and classes.
Yet, most classes are heavily templated, and thus, TuringSim headers are built as part of your project.
## Tests
Tests requires CppUnit and can be executed by:
```
bash
mkdir
build
cd
build
cmake ..
make
-j4
./testTuringSim
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment