diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2006-04-26 21:03:17 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2006-04-26 21:03:17 +0000 |
commit | 7b8229a1464797b58fe7e968a4d9716a0c98b3d9 (patch) | |
tree | 724801c489a1042afc53905beb4055fa08ccb4cc /docs/FAQ.html | |
parent | 97156e7984887461a7d4b3d60fe9eaef856b5140 (diff) |
Actually, semantical doesn't appear to be a word.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27983 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/FAQ.html')
-rw-r--r-- | docs/FAQ.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html index 6129bd2554..e015f91df5 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -418,7 +418,7 @@ rebuilding.</p> <p>Currently, there isn't much. LLVM supports an intermediate representation which is useful for code representation but will not support the high level (abstract syntax tree) representation needed by most compilers. There are no - facilities for lexical nor semantical analysis. There is, however, a <i>mostly + facilities for lexical nor semantic analysis. There is, however, a <i>mostly implemented</i> configuration-driven <a href="CompilerDriver.html">compiler driver</a> which simplifies the task of running optimizations, linking, and executable generation.</p> |