$ make all # Compile and run all files
$ make <filename> # Compile and run a specific file
$ make last # Compile and run the last file (ascending order)
$ make clean
$ apt install erlang
$ pacman install erlang
Compile and import erlang file into shell: c(<filename>)
.
Comment using pre-processor:
-ifdef(comment).
...
-endif.
Contributions to this project are welcome! If you have any suggestions, improvements, or bug fixes, feel free to submit a pull request.
This repository is licensed under the GNU General Public License (GPL). Please review the license file provided in the repository for more information regarding the terms and conditions of the GPL license.
If you have any questions, suggestions, or feedback, do not hesitate to contact me.