Skip to content

Commit 3e9f52c

Browse files
committed
Further README rewording, based on comments in #92
1 parent 41dec5a commit 3e9f52c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ Cobalt is a Lua implementation for Java, designed for use in the Minecraft mod
44
significantly over the years.
55

66
## Features
7-
Cobalt implements a (mostly) compliant Lua 5.1 implementation, with several
7+
Cobalt is a (mostly) compliant implementation of Lua 5.2, with several
88
interesting additional features:
99

10-
- Backports much of the Lua 5.2-5.4 standard library.
10+
- Backwards compatibility with Lua 5.1 (`getfenv`/`setfenv`, `goto` as an
11+
identifier).
12+
- Backports much of the Lua 5.3 and 5.4 standard library.
1113
- Allows yielding _anywhere_ within a Lua program, including debug hooks and
1214
inside any native function.
1315
- Support for interrupting and resuming the VM at arbitrary points.

0 commit comments

Comments
 (0)