Coding Challenge: Create a Mini DSL
Let's create a mini domain-specific language in this challenge.
We'll cover the following
Problem statement
Let’s create a mini DSL that makes it easier to create (correct) flights for an airport.
Notice that we’ve already defined a couple of useful types. Flights have different properties, depending on whether they’re arrivals or departures, so we have a separate type for each.
Get hands-on with 1400+ tech skills courses.