Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
typon-compiler
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
typon
typon-compiler
Commits
f5b67d50
Commit
f5b67d50
authored
Apr 10, 2024
by
Tom Niget
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update pyproject and readme again
parent
2fec56a8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
README.md
README.md
+1
-1
pyproject.toml
pyproject.toml
+1
-0
No files found.
README.md
View file @
f5b67d50
...
@@ -43,7 +43,7 @@ typon [-o/--output output] [-d/--debug] [-v/--verbose] input
...
@@ -43,7 +43,7 @@ typon [-o/--output output] [-d/--debug] [-v/--verbose] input
Once generated, the C++ code file can be compiled using your compiler of choice:
Once generated, the C++ code file can be compiled using your compiler of choice:
```
```
$(CXX) -O3
$(typon --cpp-flags) input.cpp
$(CXX) -O3
input.cpp $(typon --cpp-flags)
```
```
Currently, you'll get the best support with G++ 13.
Currently, you'll get the best support with G++ 13.
...
...
pyproject.toml
View file @
f5b67d50
...
@@ -5,6 +5,7 @@ requires = ["setuptools"]
...
@@ -5,6 +5,7 @@ requires = ["setuptools"]
name
=
"typon"
name
=
"typon"
version
=
"0.0.1"
version
=
"0.0.1"
dependencies
=
[
dependencies
=
[
"clang-format ~= 18.1.3"
,
"colorama ~= 0.4.6"
,
"colorama ~= 0.4.6"
,
"colorful ~= 0.6.0a1"
,
"colorful ~= 0.6.0a1"
,
"nanobind ~= 1.9.2"
,
"nanobind ~= 1.9.2"
,
...
...
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