sophie strey

Results 3 issues of sophie strey

Adds `@discrete_events` option to the DSL such that reaction_system can be can be written in the following way: ``` rn = @reaction_network rxs begin @variables t @parameters k @species A(t)...

One possible way of doing this is the following: ```julia rn = @reaction_network rxs begin @variables t @parameters k @species A(t) B(t) k, A --> B @discrete_events begin (t ==...