File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2023 Shuo Ding
3+ Copyright (c) 2023 sdingcn
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -43,8 +43,12 @@ See [test/](test/) for more code examples (`*.clo`).
4343
4444## dependencies
4545
46- This project was tested on macOS.
47- But it only uses standard C++ and thus should be easy to port.
46+ The source code of the interpreter
47+ 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.
4852
4953+ ` clang++ ` with C++20 support
5054+ ` make `
You can’t perform that action at this time.
0 commit comments