This package offers an interpreter and compiler for the language Egg.
To install this package you can type:
npm install @ull-esit-pl-2122/[email protected]
or add this entry to your package.json
file:
{
"@ull-esit-pl-2122/extended-egg-interpreter-enrique-vina-alonso-alu0101337760": "1.0.0"
}
To use the interpreter you can type:
npm egg
If you want to run an egg script from a file you can type:
npm egg <path_to_file>
To run the program from a file with the environment:
npm env <path_to_file>
name: Enrique Viña Alonso
email: [email protected]
url: https://github.com/alu0101337760
To run the tests you can use:
npm test