Skip to content

History / Language

Revisions

  • Documenting floats

    @jbw3 jbw3 committed Mar 13, 2022
  • Updating documentation with 'type' type

    @jbw3 jbw3 committed Feb 6, 2022
  • Updating documentation now that types are required to be specified when assigning integer literals

    @jbw3 jbw3 committed Oct 14, 2021
  • Updating documentation for array type syntax change to element type prepended by '[]'

    @jbw3 jbw3 committed Oct 1, 2021
  • Function pointer example

    @jbw3 jbw3 committed Oct 1, 2021
  • Documenting array constants

    @jbw3 jbw3 committed Aug 10, 2021
  • Documenting struct constants

    @jbw3 jbw3 committed Jun 26, 2021
  • More constant documentation

    @jbw3 jbw3 committed Jun 19, 2021
  • More constant documentation

    @jbw3 jbw3 committed Jun 18, 2021
  • Documenting constants

    @jbw3 jbw3 committed Jun 10, 2021
  • Adding 'cast' keyword

    @jbw3 jbw3 committed Jun 10, 2021
  • Documenting casting

    @jbw3 jbw3 committed Feb 14, 2021
  • Renaming 'inclusive' and 'exclusive' ranges to 'closed' and 'half-open' respectively

    @jbw3 jbw3 committed Jan 2, 2021
  • Changing hex prefix back to 0x

    @jbw3 jbw3 committed Jan 2, 2021
  • Documenting for-loop index vars

    @jbw3 jbw3 committed Jan 2, 2021
  • Documenting slices

    @jbw3 jbw3 committed Dec 30, 2020
  • Documenting array for-loops

    @jbw3 jbw3 committed Dec 24, 2020
  • Documenting arrays

    @jbw3 jbw3 committed Dec 23, 2020
  • Documenting return

    @jbw3 jbw3 committed Oct 30, 2020
  • Documenting break and continue

    @jbw3 jbw3 committed Oct 19, 2020
  • Documenting subscript operator

    @jbw3 jbw3 committed Oct 16, 2020
  • Documenting pointers

    @jbw3 jbw3 committed Sep 5, 2020
  • Documenting for loops

    @jbw3 jbw3 committed Jul 18, 2020
  • Changing hex prefix to 0h

    @jbw3 jbw3 committed Jul 5, 2020
  • Documenting .. and ..< operators

    @jbw3 jbw3 committed Jul 4, 2020
  • Minor wording change

    @jbw3 jbw3 committed May 25, 2020
  • Changing 'type' keyword to 'struct'

    @jbw3 jbw3 committed Apr 24, 2020
  • Swapping meaning of >> and >>> operators

    @jbw3 jbw3 committed Apr 23, 2020
  • Documenting variable definition type deduction

    @jbw3 jbw3 committed Apr 16, 2020
  • Minor rewording

    @jbw3 jbw3 committed Apr 10, 2020