E2SF will be an Expression 2 to Lua transpiler, and is currently a StarfallEx-based runtime for running transpiled E2 code. It is currently in extremely early stages and not usable for very much.
This software is provided as is without warranty of any kind. While an effort has been made to reduce the chance of bad things happening as a result of this software, absolutely no guarantees are made as to its safety. In particular, while this software was written with the intent of not allowing Lua injection in compiled code, for the runtime to be a secure sandbox, and for ran code to behave the same as it would natively, I cannot guarantee that any of those claims are true. By using this software, you accept the risk of potentially being adversely affected by potential flaws.
git clone https://github.com/x4fx77x4f/e2sf.git ~/.steam/steam/steamapps/common/GarrysMod/garrysmod/data/starfall/e2sf
- Place your Expression 2 code into the
expression2
folder (note: must be manually translated into Lua for now) - Flash
e2sf/init.lua
to a Starfall Processor (after changing hardcoded paths to your manually translated code) - Optionally place and wire a Starfall Component (needed for EGP v3)
- Name: Verified/Implemented/Total: Note
array
: 1/1/?: Basically zerobitwise
: 0/7/7: Complete but untestedconstraint
: 1/1/?: Basically zerocore
: 0/9/?: No quota,reset
, orinputClk
debug
: 0/5/?: Partial but untested, noprintTable
orprintColor
egp
: 0/0/79: Zeroentity
: 1/42/?: Nearly complete but untestednumber
: 0/67/?: Nearly complete but untestedsound
: 0/7/?: Basically all stubstimer
: 0/11/?: Nearly complete but untested, nodate
wirelink
: 0/3/?: Basically zeromoneyrequest_tylerb
: 0/15/?: Complete but untested
This software is derived from Wiremod and uses the same license, which is the Apache License 2.0. The license terms can be read in LICENSE
. You may not use this software except in compliance with the license.
Copyright (c) 2022 x4fx77x4f
Copyright 2008 onwards by the Wire Team