europalang / Europa-Lang

A fun and simple language with NO classes whatsoever!
MIT License
22 stars 3 forks source link

Better repository #19

Closed darkdarcool closed 3 years ago

darkdarcool commented 3 years ago

I added issue templates, and an examples dir, so it's easier to navigate and open issues!

cursorweb commented 3 years ago

It's all good except for examples, it looks like a repeat of what we already have -- tests

iop3 commented 3 years ago

mm-hm

19wintersp commented 3 years ago

Have you moved the tests to examples? Would that not nullify the tests which run the programs in there?

I also don't like how you've made an example ("hello-world.eo") that will not work.

darkdarcool commented 3 years ago

A lot of languages repos have examples, so I thought to add it here, and to answer your criticism winter, the hello-world is one I also see, but you can edit it to be a more advanced hello world

19wintersp commented 3 years ago

@darkdarcool It simply does not work though. It's an example which doesn't work. You also haven't addressed how it breaks the tests.

darkdarcool commented 3 years ago

IK, but you can take out any example, add any example, and add a readme.md to the dir, with a disclaimer and whatnot.

19wintersp commented 3 years ago

@darkdarcool You don't understand. You've broken the tests.

darkdarcool commented 3 years ago

I can put examples back as tests

19wintersp commented 3 years ago

@darkdarcool You deleted the test programs directory, please just put them back

cursorweb commented 3 years ago

Oh yeah they are in the tests folder