diff options
author | Jan Mercl <0xjnml@gmail.com> | 2017-06-10 17:02:43 +0200 |
---|---|---|
committer | Jan Mercl <0xjnml@gmail.com> | 2017-06-10 17:02:43 +0200 |
commit | ec1aabd88adb1660d33f8ca47a56633773de98f6 (patch) | |
tree | f8be1985a560e1245d38823a8262a9e5be145050 /doc.go | |
parent | 3ef47f5ec200019f123ff7ecdfca94ea71e0fae5 (diff) |
doc.go: Remove mentions of the no more used VM.
modified: doc.go
Diffstat (limited to 'doc.go')
-rw-r--r-- | doc.go | 14 |
1 files changed, 4 insertions, 10 deletions
@@ -31,16 +31,10 @@ // // Do not use in production // -// This is an experimental, pre-alpha, technology preview package. Performance -// is not (yet) a priority. When this virtual machine approach, hopefully, -// reaches a reasonable level of completeness and correctness, the plan is to -// eventually mechanically translate the IR form, produced by -// http://github.com/cznic/ccir, to Go. Unreadable Go, presumably. -// -// Even though the translation to Go is now done for Linux/Intel, the package -// status is still as described above, it's just closer to the alpha release in -// this respect. The alpha release is due when the C runtime support of SQLite -// in cznic/crt will be complete. +// This is an experimental, pre-alpha, technology preview package. +// +// The alpha release is due when the C runtime support of SQLite in cznic/crt +// will be complete. // // Supported platforms and architectures // |