Skip to content
#

compiler-design

Here are 447 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

refal-5-lambda
Mazdaywik
Mazdaywik commented Dec 18, 2016

Компания Intel некоммерческим разработчикам ПО с открытым исходным кодом даёт возможность воспользоваться своим компилятором Intel C++ для Linux:

https://software.intel.com/en-us/qualify-for-free-software/opensourcecontributor

Соответственно, нужно будет

  • попробовать скомпилировать Простой Рефал этим компилятором на высоком уровне предупреждений,
  • если предупреждения обнаружатся, то их у

Improve this page

Add a description, image, and links to the compiler-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 compiler-design topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.