Conlang/compiler/cl-ast/src/ast_visitor
John 5deb585054 cl-ast: Add float support
- Smuggle floats as integers to maintain `eq`
- This is bad, but not terrible for spec-compliant floats. Might have issues with NaN.

cl_parser: Smuggle floats

cl_interpret: unpack smuggled floats in float literal node
2024-09-19 13:20:19 -05:00
..
fold.rs cl-ast: Add float support 2024-09-19 13:20:19 -05:00
visit.rs cl-ast: Add float support 2024-09-19 13:20:19 -05:00