Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CONTENT] Agregando el contenido "Basico del Lenguaje" #10

Merged
merged 40 commits into from
Jun 20, 2024

Conversation

SergioRibera
Copy link
Member

@SergioRibera SergioRibera commented Jun 7, 2024

Esto es parte de la tarea de agregar contenido #7

La visualizacion de este contenido depende de la feature #2 y #5

  • 2. basic
    • 1. Sintaxis Basica (Solo texto, sin contenido)
    • 2. Variables y Declaraciones
    • 3. Constantes y valores Estaticos
    • 4. Shadowing
    • 5. Control de Flujo
    • 6. Funciones/Clousures
    • 7. Pattern Matching/Destruct
    • 8. Tipos de Datos Primitivos (Solo texto, sin contenido)
    • 9. bool
    • 10. f32, f64
    • 11. char
    • 12. i8, i16, i32, i64, i128, isize
    • 13. str
    • 14. u8, u16, u32, u64, u128, usize
    • 15. Tipos de Datos Complejos (Solo texto, sin contenido)
    • 16. tupla
    • 17. Arreglos
    • 18. Slice
    • 19. struct
    • 20. Enum
    • 21. String
    • 22. Vector
    • 23. HashMap
    • 24. Genericos (Sera movido a una sección propia)
    • 25. Ownership y Borrowing (Solo texto, sin contenido)
    • 26. Concepto Basico
    • 27. Transferencia de Ownership
    • 28. Referencias y Mutabilidad
    • 29. Tiempos de Vida (Lifetime)
    • 30. Prestamos Temporales

Tareas pendientes:

  • Completar las tareas de renderizacion de contenido
  • Arreglar nodos con multiples entradas y salidas
  • Alinear el texto de los nodos transparentes

@SergioRibera SergioRibera added the content Contenido del Roadmap label Jun 7, 2024
@SergioRibera SergioRibera added this to the Lanzamiento milestone Jun 7, 2024
@SergioRibera SergioRibera requested review from Phosphorus-M and a team June 7, 2024 05:44
@SergioRibera SergioRibera self-assigned this Jun 7, 2024
Copy link

github-actions bot commented Jun 7, 2024

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-content-basic ✅ Ready (Logs) d7823f6

Copy link

github-actions bot commented Jun 7, 2024

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-content-basic ✅ Ready (Logs) d7823f6

Copy link
Member

@Phosphorus-M Phosphorus-M left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

Copy link

github-actions bot commented Jun 15, 2024

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-content-basic ✅ Ready (Logs) d7823f6

Copy link

github-actions bot commented Jun 17, 2024

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-content-basic ✅ Ready (Logs) d7823f6

Copy link

github-actions bot commented Jun 19, 2024

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-content-basic ✅ Ready (Logs) d7823f6

Copy link

github-actions bot commented Jun 19, 2024

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-content-basic ✅ Ready (Logs) d7823f6

Copy link

github-actions bot commented Jun 20, 2024

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-content-basic ✅ Ready (Logs) d7823f6

@SergioRibera SergioRibera marked this pull request as ready for review June 20, 2024 05:40
@SergioRibera SergioRibera merged commit ee324e3 into main Jun 20, 2024
1 of 2 checks passed
@SergioRibera SergioRibera deleted the content-basic branch June 20, 2024 05:41
@SergioRibera SergioRibera mentioned this pull request Jun 20, 2024
72 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Contenido del Roadmap
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants