diff options
Diffstat (limited to 'nexgb/xgbgen/translation.go')
-rw-r--r-- | nexgb/xgbgen/translation.go | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/nexgb/xgbgen/translation.go b/nexgb/xgbgen/translation.go index d35fa88..62fe9db 100644 --- a/nexgb/xgbgen/translation.go +++ b/nexgb/xgbgen/translation.go @@ -1,15 +1,15 @@ package main /* - translation.go provides a 'Translate' method on every XML type that converts - the XML type into our "better" representation. +translation.go provides a 'Translate' method on every XML type that converts +the XML type into our "better" representation. - i.e., the representation of Fields and Expressions is just too general. - We end up losing a lot of the advantages of static typing if we keep - the types that encoding/xml forces us into. +i.e., the representation of Fields and Expressions is just too general. +We end up losing a lot of the advantages of static typing if we keep +the types that encoding/xml forces us into. - Please see 'representation.go' for the type definitions that we're - translating to. +Please see 'representation.go' for the type definitions that we're +translating to. */ import ( |