Ne_Eo
|
49c90e6434
|
Fix typo
|
2025-01-19 20:09:38 +01:00 |
|
Ne_Eo
|
bb46d45d56
|
Import Redirects
|
2024-11-15 15:25:04 +01:00 |
|
 Redar13andGitHub
|
3a5c4f2164
|
Fix ending in with #end in the file (#5)
* Update Parser.hx
* Update Parser.hx
|
2024-11-06 16:39:09 +01:00 |
|
Ne_Eo
|
f18c7a2210
|
Small optimization
|
2024-08-02 23:50:16 +02:00 |
|
Ne_Eo
|
123a7de64a
|
Fix Trigraph bug
|
2024-07-26 04:24:37 +02:00 |
|
Ne_Eo
|
e0e1436930
|
Fix bug oops :3
|
2024-06-03 19:00:40 +02:00 |
|
 
|
b96e6c8149
|
Fix import extend class (#4)
* Fix import extend class
yea
* Update Interp.hx
* Fix issues with compiling
* Improved extend Errors
---------
Co-authored-by: NeeEoo <NeeEoo@users.noreply.github.com>
|
2024-04-23 00:01:43 +02:00 |
|
NeeEoo
|
f6402ac638
|
Improve Auto Complete Performance
|
2024-04-13 18:32:13 +02:00 |
|
NeeEoo
|
1725dfd1ea
|
Merge branch 'master' into custom-classes
|
2024-02-15 19:35:31 +01:00 |
|
NeeEoo
|
a8cc0ccc86
|
Restructuring + KeyValueItherators + is + fixes
|
2023-09-23 21:23:31 +02:00 |
|
 LeerandGitHub
|
7dd868aac7
|
fix compilation errors and make setVar public (#1)
* fix 1
* fix 2
* make setVar public
|
2023-09-23 20:32:31 +02:00 |
|
NeeEoo
|
220e5ce007
|
Merge branch 'custom-classes'
|
2023-08-17 09:55:12 +02:00 |
|
NeeEoo
|
80f6ea4502
|
Oops
|
2023-08-17 09:54:56 +02:00 |
|
NeeEoo
|
eb820aaf6a
|
Improved ?.
|
2023-08-17 09:51:43 +02:00 |
|
NeeEoo
|
a754c162d9
|
Fix private class bug
|
2023-08-13 19:29:08 +02:00 |
|
NeeEoo
|
de18ceb887
|
Fixed Type not found error
|
2023-08-13 19:24:08 +02:00 |
|
NeeEoo
|
51188173bb
|
Merge To Main
|
2023-08-13 11:59:13 +02:00 |
|
NeeEoo
|
d0797ad5d8
|
Fixed bug with redirects
|
2023-08-07 13:54:19 +02:00 |
|
NeeEoo
|
9b37bd532e
|
Oops forgot this
|
2023-07-06 11:59:12 +02:00 |
|
NeeEoo
|
333352edcf
|
Fix bug + bypassAccessor on assign on scriptObject
|
2023-07-06 00:40:21 +02:00 |
|
NeeEoo
|
05783773af
|
Added support for sub class imports
|
2023-06-15 14:36:28 +02:00 |
|
NeeEoo
|
59ee20ee7a
|
WIP Super Class Support
|
2023-06-15 14:21:18 +02:00 |
|
NeeEoo
|
87f2c1b062
|
Added import as and switch or and def null
|
2023-06-15 11:08:08 +02:00 |
|
NeeEoo
|
b85cefea56
|
Cleanup
|
2023-04-19 13:37:08 +02:00 |
|
Yoshman29
|
2e28f863f3
|
some fixes & stuff
|
2023-04-19 01:46:48 +02:00 |
|
NeeEoo
|
ddaa4d1741
|
Added support for dots in preprocessors
|
2023-04-10 15:08:16 +02:00 |
|
NeeEoo
|
732bd1520a
|
Improved Custom Classes (getting fields outside of the class)
|
2023-04-10 14:14:16 +02:00 |
|
NeeEoo
|
1d67946f3f
|
Outside variables now in classes (no more import in class)
|
2023-04-10 03:36:50 +02:00 |
|
Yoshman29
|
fab6d7e662
|
Merge branch 'custom-classes' of https://github.com/YoshiCrafter29/hscript-improved into custom-classes
|
2023-04-10 02:56:20 +02:00 |
|
NeeEoo
|
6e20578a81
|
Improved static variables
|
2023-04-10 02:37:41 +02:00 |
|
NeeEoo
|
dc5282c32e
|
Added finals
|
2023-04-10 02:10:46 +02:00 |
|
lunarcleint
|
812abae6e5
|
??= op
|
2023-04-09 16:51:04 -07:00 |
|
NeeEoo
|
b3b512d027
|
Added support for ?.
|
2023-04-10 00:09:50 +02:00 |
|
NeeEoo
|
ed296c4c7f
|
Merge branch 'master' into custom-classes
|
2023-04-09 23:28:45 +02:00 |
|
lunarcleint
|
595bb47249
|
?? and .? syntax (only ?? is functional)
|
2023-04-09 14:09:58 -07:00 |
|
NeeEoo
|
daad1a4fa8
|
Added underscore support to numbers + binary
|
2023-04-08 00:08:49 +02:00 |
|
Yoshman29
|
daef1ac198
|
Merge branch 'custom-classes' of https://github.com/YoshiCrafter29/hscript-improved into custom-classes
|
2023-04-07 16:40:23 +02:00 |
|
Yoshman29
|
3b9d88b252
|
Update Interp.hx
|
2023-04-07 16:40:22 +02:00 |
|
NeeEoo
|
809f8229b4
|
Implemented Super
|
2023-04-02 18:22:02 +02:00 |
|
Yoshman29
|
ffb1ee2523
|
Update CustomClassHandler.hx
|
2023-04-02 03:39:21 +02:00 |
|
Yoshman29
|
0903718314
|
removed all unnecessary traces
|
2023-04-01 22:46:02 +02:00 |
|
Yoshman29
|
e0cb883ae4
|
Update ClassExtendMacro.hx
|
2023-04-01 18:31:39 +02:00 |
|
Yoshman29
|
17449dd9d5
|
oopsie
|
2023-04-01 17:15:01 +02:00 |
|
Yoshman29
|
7963631a1d
|
Update ClassExtendMacro.hx
|
2023-04-01 15:30:46 +02:00 |
|
Yoshman29
|
77d88f4b34
|
Update ClassExtendMacro.hx
|
2023-04-01 15:12:36 +02:00 |
|
Yoshman29
|
c5e3ab1162
|
custom classes
|
2023-04-01 15:02:36 +02:00 |
|
Yoshman29
|
75041c1db9
|
possible working code????? huh???
|
2023-04-01 14:38:13 +02:00 |
|
Yoshman29
|
558a4c0782
|
Tried some fuckery
|
2023-04-01 02:23:07 +02:00 |
|
NeeEoo
|
995c3b9c8e
|
|
2023-03-31 22:11:48 +02:00 |
|
Yoshman29
|
0a64bca9ce
|
custom class progress
|
2023-03-31 21:41:34 +02:00 |
|