This repository was archived by the owner on Dec 23, 2022. It is now read-only.
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ toolcontext.process_options(args)
30
30
# Get arguments
31
31
var arguments = toolcontext .option_context .rest
32
32
33
- # We need a model to collect stufs
33
+ # We need a model to collect stuff
34
34
var model = new Model
35
- # An a model builder to parse files
35
+ # And a model builder to parse files
36
36
var modelbuilder = new ModelBuilder (model , toolcontext )
37
37
38
38
# Here we load an process all modules passed on the command line
Original file line number Diff line number Diff line change 14
14
15
15
# Example of simple module that aims to do some specific work on nit programs.
16
16
#
17
- # Fast prototypes can just start with this skeletton .
17
+ # Fast prototypes can just start with this skeleton .
18
18
module test_test_phase
19
19
20
- # We need the framework that perfoms standard code for the main-program
20
+ # We need the framework that performs standard code for the main-program
21
21
import test_phase
22
22
23
23
# We usualy need specific phases
24
- # NOTE: `frontend` is sufficent in most case (it is often too much)
24
+ # NOTE: `frontend` is sufficient in most case (it is often too much)
25
25
import frontend
26
26
27
27
# The body of the specific work.
You can’t perform that action at this time.
0 commit comments