simonsejse / FastoLangCompiler

FastoLangCompiler is a open-source compiler for the FASTO language written in F#, developed as part of the "Implementation of Programming Languages" course at DIKU, University of Copenhagen, in 2024.
2 stars 0 forks source link

Create a bunch of tests in the /tests directory. #3

Open simonsejse opened 4 months ago

simonsejse commented 4 months ago

The title says it all, create a bunch of tests in the /tests directory. Remember to use the same pattern as the other test, use .in for input files, .fo files for the actual fasto code, and .out for the expected output.

simonsejse commented 4 months ago

Whenever you do a test write #3 or GH-3 in ur commit message to link this issue so we can keep track of all tests made.

simonsejse commented 4 months ago

Not sure if this is needed tho...

simonsejse commented 4 months ago

I will let it stay here for now..