Skip to content

Commit ed520a4

Browse files
committed
small updates to readme and license
1 parent 48da6e0 commit ed520a4

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Shuo Ding
3+
Copyright (c) 2023 sdingcn
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)