]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/noder: begin a formal UIR grammar.
authorMark Freeman <mark@golang.org>
Wed, 7 May 2025 20:46:47 +0000 (16:46 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 8 May 2025 20:39:11 +0000 (13:39 -0700)
commitcad1fc52076f1368d79aa833c1810ae050df57e6
tree83c6d15f16c8ffd951666e0f90628d563609dce6
parentac645eaa0efc982eb238188a5f14835d2c1f8d18
cmd/compile/internal/noder: begin a formal UIR grammar.

The UIR export data format can be reasonably expressed using EBNF.
The noder owns the definition of the export data format, so this
seems like a reasonable place to put this.

Change-Id: I0205ab29a3c5e57d670d7fd3164a8bd604ab8e59
Reviewed-on: https://go-review.googlesource.com/c/go/+/670616
Reviewed-by: Robert Griesemer <gri@google.com>
TryBot-Bypass: Mark Freeman <mark@golang.org>
Auto-Submit: Mark Freeman <mark@golang.org>
src/cmd/compile/internal/noder/doc.go [new file with mode: 0644]