Errors, need to fix

Not sure if this is the right place…
Im having trouble with my game, here some of the errors(There are over 45):

Assets/Scripts/FlySpawner.cs(40,1): error CS8025: Parsing error
All compiler errors have to be fixed before you can enter playmode!
and another was(mostly ones like that ^ ):
UnityEditor.SceneView:ShowCompileErrorNotification()
And all the assets had this:
Assets/Standard Assets/ParticleSystems/Scripts/ExtinguishableParticleSystem.cs(24,24): warning CS0618: UnityEngine.ParticleSystem.enableEmission' is obsolete: enableEmission property is deprecated. Use emission.enabled instead.’

And? Do you have a question?

The errors tell you exactly what the problem is and what you need to do to fix it. Not only that but when you double click on the error, it will take you to the problem.