diff options
author | Přemysl Janouch <p@janouch.name> | 2018-09-08 19:39:28 +0200 |
---|---|---|
committer | Přemysl Janouch <p@janouch.name> | 2018-09-08 19:51:53 +0200 |
commit | 48fb710f357a363cce043a9f546e8a4aff196786 (patch) | |
tree | f6d4102339db3776887def299285b29c103bdd94 /nexgb/xgbgen | |
parent | 3173202cc1e08762c6e156a8fffd23269a5ddb2b (diff) | |
download | haven-48fb710f357a363cce043a9f546e8a4aff196786.tar.gz haven-48fb710f357a363cce043a9f546e8a4aff196786.tar.xz haven-48fb710f357a363cce043a9f546e8a4aff196786.zip |
nexgb: post-merge fixups and cleanups
AUTHORS, CONTRIBUTORS: still useful, add people from git log, clean up.
LICENSE: Google doesn't really grant you shit anymore. The EU doesn't
have software patents either, so it doesn't affect me directly.
README, doc.go: erase mentions of unmaintained xgbutil.
Diffstat (limited to 'nexgb/xgbgen')
-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 ( |