We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48da6e0 commit ed520a4Copy full SHA for ed520a4
2 files changed
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2023 Shuo Ding
+Copyright (c) 2023 sdingcn
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
README.md
@@ -43,8 +43,12 @@ See [test/](test/) for more code examples (`*.clo`).
43
44
## dependencies
45
46
-This project was tested on macOS.
47
-But it only uses standard C++ and thus should be easy to port.
+The source code of the interpreter
+is standard C++20 and thus can be compiled
48
+by any C++20-conforming compiler.
49
+
50
+The current `Makefile` and `run_test.py`
51
+need the following dependencies.
52
53
+ `clang++` with C++20 support
54
+ `make`
0 commit comments