diff options
Diffstat (limited to 'llvm/docs/tutorial')
-rw-r--r-- | llvm/docs/tutorial/LangImpl06.rst | 2 | ||||
-rw-r--r-- | llvm/docs/tutorial/OCamlLangImpl6.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/tutorial/LangImpl06.rst b/llvm/docs/tutorial/LangImpl06.rst index 7c9a2123e8f..f6d2bd943ef 100644 --- a/llvm/docs/tutorial/LangImpl06.rst +++ b/llvm/docs/tutorial/LangImpl06.rst @@ -32,7 +32,7 @@ User-defined Operators: the Idea The "operator overloading" that we will add to Kaleidoscope is more general than languages like C++. In C++, you are only allowed to -redefine existing operators: you can't programatically change the +redefine existing operators: you can't programmatically change the grammar, introduce new operators, change precedence levels, etc. In this chapter, we will add this capability to Kaleidoscope, which will let the user round out the set of operators that are supported. diff --git a/llvm/docs/tutorial/OCamlLangImpl6.rst b/llvm/docs/tutorial/OCamlLangImpl6.rst index 2fa25f5c22f..4b3e1575adf 100644 --- a/llvm/docs/tutorial/OCamlLangImpl6.rst +++ b/llvm/docs/tutorial/OCamlLangImpl6.rst @@ -32,7 +32,7 @@ User-defined Operators: the Idea The "operator overloading" that we will add to Kaleidoscope is more general than languages like C++. In C++, you are only allowed to -redefine existing operators: you can't programatically change the +redefine existing operators: you can't programmatically change the grammar, introduce new operators, change precedence levels, etc. In this chapter, we will add this capability to Kaleidoscope, which will let the user round out the set of operators that are supported. |