Skip to content

Commit d1bd28e

Browse files
committed
Update to latest nightly build.
Add jvm target as it now compiles. Fix README.md that had errors.
1 parent d9c3b4c commit d1bd28e

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
regenerate.js linguist-documentation=false

.haxerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "d30eec2",
2+
"version": "686e721",
33
"resolveLibs": "scoped"
44
}

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
- Tested ✅
2121
- Untested ➖
2222

23-
| Php | Python | Java | C# | Js/Node | Interp | Neko | HashLink | Lua | CPP | Flash
24-
| - | -| - | - | - | -| - | - | - | - | - |
25-
||||||||||||
23+
| Php | Python | Java | JVM | C# | Js/Node | Interp | Neko | HashLink | Lua | CPP | Flash
24+
| - | -| - | - | - | -| - | - | - | - | - | - |
25+
|||| |||||||||
2626

2727
### Usage
2828

@@ -42,8 +42,7 @@ class Main {
4242
/**
4343
Why `²-¹⁰-⁹`?
4444
`²-¹` are `\u00B2-\u00B9` and `⁰-⁹` are `\u2080-\u2089`, so if you
45-
used `⁰-⁹` you would include far more codepoints than you intended.
46-
Regex wont stop you from making these type of errors.
45+
used `⁰-⁹` you would only include `⁰`, `⁴`, `⁵`, `⁶`, `⁷`, `⁸`, `⁹`.
4746
---
4847
See https://codepoints.net/search?gc=No for more info.
4948
**/
@@ -61,7 +60,7 @@ class Main {
6160
- (\p{Ll}[²-¹⁰-⁹]), (?:[ +]*)
6261
6362
For those that don't:
64-
- For those that don't, _skipping afew so not to show 1900+ codepoints_:
63+
- _skipping afew so not to show 1900+ codepoints_:
6564
- [a-z\\xB5\\xDF-\\xF6\\xF8-\\xFF\\u0101\\u0103\\u0105...|\\uD83A[\\uDD22-\\uDD43]
6665
6766
**/

build.hxml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535

3636
--next
3737

38+
-D jvm
39+
-java bin/jvm
40+
41+
--next
42+
3843
-cs bin/cs
3944

4045
--next

0 commit comments

Comments
 (0)