Parsers
Parsers are the forefront of NTFX. Because NTFX refers to the subsystem itself, we left the idea of parsers up to the end user. Any parser can be installed, however NTFX does ship with its own Xenon parser.
Xenon
Xenon is still in beta. If you need a more stable version, we suggest using the older NTFX Parser from NTFX v3; However, the syntax of the older NTFX Parser and Xenon are completely different.
Classes
In Xenon classes that are top-level can invoked by their name
property.
nested classes can be invoked by simply adding a space and the subclasses name
Applications
Top level applications can only be assigned by the NTFX system itself, and other applications require a class in order to be synced with NTFX.
Similar to subclasses, applications can be invoked by just inputting the class name
followed by a space and the application name
Other parsers
JavaScript (v8)
The JavaScript parser is an NTFX provided parser that uses the chrome v8 engine. The JavaScript parser can also handle normal JavaScript syntax like require and etc.
Invoking classes and applications
Last updated