-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.gitmessage
More file actions
24 lines (20 loc) · 851 Bytes
/
.gitmessage
File metadata and controls
24 lines (20 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[component(s)] Title
Description
Any other changes including changes that were needed to support this
change or followed as a concequence of this change.
# Current components are:
# pz: the PZ file format,
# pzrun: the runtime,
# pzasm: the PZ assembler,
# plasmac: the compiler generally,
# plasmac/parse: the first phase: parsing.
# plasmac/ast: the second phase: the AST and operations on it,
# plasmac/pre: the third phase: the pre-core representation and operations,
# plasmac/core: the fourth phase: the core representation and operations,
# plasmac/pz: the fitht phase: the PZ code generator,
# docs: documentation,
# build: the build system,
#
# The title doesn't need to be a full English sentence.
# You can use wildcards to convey groups of files if that
# makes things easier to read. (for a human)