PCL – Run Python and C Together in One File
5 comments
Cool project!
This reminds me of a trick I came up with for mixing Python and C++ in the same file using overlap in their syntax so the file is valid for both: https://www.youtube.com/watch?v=GXwYjI9cJd0
This reminds me of a trick I came up with for mixing Python and C++ in the same file using overlap in their syntax so the file is valid for both: https://www.youtube.com/watch?v=GXwYjI9cJd0
thanks for review
GitHub: https://github.com/hejhdiss/pcl
Looking for contributors interested in compilers, Python/C integration, or lightweight tooling.