How to make a .Net or JVM language?

后端 未结 5 1392
自闭症患者
自闭症患者 2021-01-31 21:41

I am seeing all these new languages for .NET and JVM. How does one begin to make one?

I can\'t find any good documentation on JVM or MSIL specifications.

5条回答
  •  日久生厌
    2021-01-31 22:17

    MSIL isn't called MSIL any more, as a public standard it's CIL (Common Intermediate Language), part of the CLI (Common Language Infrastructure) standard.

    Here's the ECMA-335 CLI standard specification.

提交回复
热议问题