AlgebraicJulia / AlgebraicJulia/GATlab.jl

Tracing of Julia programs

Abierto
#45 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Julia
Estrellas
43
Forks
4
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

An alternative to writing down syntax trees with macros is to either:

- Use `@code_lowered` to expand a julia function, and then parse into Trm/e-graph from that
- Pass in something that subtypes `Number` to a julia function, and have the operations on it accumulate a syntax tree instead of computing anything

We should think about both of these approaches. Both of these are used in `SciML`: the second one is the default mode of operation and the first one is supported through https://docs.sciml.ai/ModelingToolkit/stable/tutorials/modelingtoolkitize/

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.