Merge branch 'master' into iverilog

This commit is contained in:
Omar Brikaa 2021-10-01 13:36:06 +02:00 committed by GitHub
commit 989ea52bfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -2,7 +2,7 @@
## Naming Languages
Languages should be named after their interpreters, and the command line binaries you call.
Languages should be named after their interpreters, and the command line binaries you call. The language version should use semantic versioning.
For example, the full name of the standard python interpreter is `CPython`, however we would name it `python`, after the main binary which it provides.
In the example of NodeJS, we would call this `node`, after the main binary.