development: Add scripts for development #11

Closed Jookia opened this issue on 24 Aug 2021 - 1 comment

@Jookia Jookia commented on 24 Aug 2021

This should help fetch build/runtime dependencies and format the code.

@Jookia Jookia referenced the issue on 16 Sep 2021

I've added a makefile that does this with the following commands:

  • build: Makes an executable in _build/NewLang
  • tidy: Formats the source code using black
  • clean: Removes the _build directory

Under the hood this uses Bash and Python's virtualenv.

@Jookia Jookia closed this issue on 16 Sep 2021
Labels

Priority
highest
Milestone
Tested and documented
Assignee
No one assigned
1 participant
@Jookia