mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Rename Julia to Yul in comments
This commit is contained in:
@@ -42,7 +42,7 @@ namespace julia
|
||||
{
|
||||
|
||||
///
|
||||
/// Assembly class that abstracts both the libevmasm assembly and the new julia evm assembly.
|
||||
/// Assembly class that abstracts both the libevmasm assembly and the new Yul assembly.
|
||||
///
|
||||
class AbstractAssembly
|
||||
{
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
along with solidity. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
/**
|
||||
* Common code generator for translating Julia / inline assembly to EVM and EVM1.5.
|
||||
* Common code generator for translating Yul / inline assembly to EVM and EVM1.5.
|
||||
*/
|
||||
|
||||
#include <libjulia/backends/evm/EVMCodeTransform.h>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
along with solidity. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
/**
|
||||
* Common code generator for translating Julia / inline assembly to EVM and EVM1.5.
|
||||
* Common code generator for translating Yul / inline assembly to EVM and EVM1.5.
|
||||
*/
|
||||
|
||||
#include <libjulia/backends/evm/EVMAssembly.h>
|
||||
|
||||
Reference in New Issue
Block a user