Skip to content
#

compilers-design

Here are 24 public repositories matching this topic...

c3d
c3d commented Feb 8, 2020

It might be interesting to have a binary tree to hold arbitrary (possibly typed) binary data in the parse tree. This could also be represented as a very large integer, which could use the base-16 or base-64 notation.

Example:

some_data is bits 16#FFFF_FFFE_FFFD_FFFC_FFFB__FFFA_FFF9_FFF8_FFF7_FFF6_FFF5_FFF4_FFF3_FFF2_FFF1_FFF0

Currently, the above does not work because the inte

Improve this page

Add a description, image, and links to the compilers-design topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the compilers-design topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.