Skip to content
This repository has been archived by the owner on Aug 8, 2020. It is now read-only.

Commit

Permalink
Missed some commas
Browse files Browse the repository at this point in the history
  • Loading branch information
xrchz committed Dec 30, 2018
1 parent 090cfd5 commit 8beb631
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Formulae for the Verification of Imperative Programs"
A verified compiler for CakeML, including:
- lexing and PEG parsing,
- type inference,
- compilation to ASM assembly language, and
- compilation to ASM assembly language, and,
- code generation to x86, ARM, and more.

[developers](developers):
Expand Down Expand Up @@ -75,7 +75,7 @@ generated HOL is also included. The directory includes definitions of:
- the abstract syntax,
- big step semantics (both functional and relational),
- a small step semantics,
- the semantics of FFI calls, and
- the semantics of FFI calls, and,
- the type system.

[translator](translator):
Expand Down
2 changes: 1 addition & 1 deletion compiler/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
A verified compiler for CakeML, including:
- lexing and PEG parsing,
- type inference,
- compilation to ASM assembly language, and
- compilation to ASM assembly language, and,
- code generation to x86, ARM, and more.

[backend](backend):
Expand Down
2 changes: 1 addition & 1 deletion compiler/readmePrefix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
A verified compiler for CakeML, including:
- lexing and PEG parsing,
- type inference,
- compilation to ASM assembly language, and
- compilation to ASM assembly language, and,
- code generation to x86, ARM, and more.
2 changes: 1 addition & 1 deletion semantics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ generated HOL is also included. The directory includes definitions of:
- the abstract syntax,
- big step semantics (both functional and relational),
- a small step semantics,
- the semantics of FFI calls, and
- the semantics of FFI calls, and,
- the type system.

[addancs.sml](addancs.sml):
Expand Down
2 changes: 1 addition & 1 deletion semantics/readmePrefix
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ generated HOL is also included. The directory includes definitions of:
- the abstract syntax,
- big step semantics (both functional and relational),
- a small step semantics,
- the semantics of FFI calls, and
- the semantics of FFI calls, and,
- the type system.

0 comments on commit 8beb631

Please sign in to comment.