Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

More test programs/scripts #10

Open
Electrux opened this issue Oct 19, 2019 · 0 comments
Open

More test programs/scripts #10

Electrux opened this issue Oct 19, 2019 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Electrux
Copy link
Owner

Ethereal needs more test scripts for validating if the interpreter runs correctly.
You can write programs ranging from algorithms and data structures, to simple scripts performing some tasks and put those scripts in the tests/ directory.
Do comment here which program will you be writing so no one else works on it and verify that the program you are writing isn't already written in the tests/ directory.

Ideally, you would run the script with valgrind to verify if there are any memory leaks or not, but this is only possible for Linux users since macOS gives false positives with valgrind.

Please see CONTRIBUTING.md for code guidelines, and if you are working on algorithms/data structures, please see bubble sort implementation and binary search tree implementation.

Other issues, suggestions and contributions are always welcome. 😃
Happy coding! ❤️

@Electrux Electrux added help wanted Extra attention is needed good first issue Good for newcomers Hacktoberfest labels Oct 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant