irken-compiler icon indicating copy to clipboard operation
irken-compiler copied to clipboard

naming cleanup (pxll, BOX_INTEGER, etc...)

Open samrushing opened this issue 8 years ago • 1 comments

There are several naming issues that have accumulated over the years.

  • s/pxll/irken
  • s/BOX_INTEGER/TAG_INT
  • lib/pair.scm -> lib/list.scm
  • LIST/PUSH -> list/push

These need to be done in one big change.

samrushing avatar Apr 18 '17 02:04 samrushing

Not quite finished yet... there's still box()/unbox() in irken.h and all over the llvm backend.

samrushing avatar Sep 05 '18 21:09 samrushing