[Snek] [keith-packard/snek] 732a5f: Compute length of dictionaries by dividing the lis...

Keith Packard noreply at github.com
Sun Mar 3 01:20:59 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/keith-packard/snek
  Commit: 732a5f06511c3616acd3d27811ea75b0f643b405
      https://github.com/keith-packard/snek/commit/732a5f06511c3616acd3d27811ea75b0f643b405
  Author: Keith Packard <keithp at keithp.com>
  Date:   2019-03-03 (Sun, 03 Mar 2019)

  Changed paths:
    M snek-poly.c

  Log Message:
  -----------
  Compute length of dictionaries by dividing the list length by two

Signed-off-by: Keith Packard <keithp at keithp.com>


  Commit: 6062f19c65b4433d7e5a1feb39f099cf615b6226
      https://github.com/keith-packard/snek/commit/6062f19c65b4433d7e5a1feb39f099cf615b6226
  Author: Keith Packard <keithp at keithp.com>
  Date:   2019-03-03 (Sun, 03 Mar 2019)

  Changed paths:
    M Makefile
    A doc/.gitignore
    A doc/Makefile
    A doc/fonts/DejaVuSansMono-Bold.ttf
    A doc/fonts/DejaVuSansMono-BoldOblique.ttf
    A doc/fonts/DejaVuSansMono-Oblique.ttf
    A doc/fonts/DejaVuSansMono.ttf
    A doc/fonts/OpenSans-Bold.ttf
    A doc/fonts/OpenSans-BoldItalic.ttf
    A doc/fonts/OpenSans-ExtraBold.ttf
    A doc/fonts/OpenSans-ExtraBoldItalic.ttf
    A doc/fonts/OpenSans-Italic.ttf
    A doc/fonts/OpenSans-Light.ttf
    A doc/fonts/OpenSans-LightItalic.ttf
    A doc/fonts/OpenSans-Regular.ttf
    A doc/fonts/OpenSans-Semibold.ttf
    A doc/fonts/OpenSans-SemiboldItalic.ttf
    A doc/snek-theme.yml
    A doc/snek.adoc
    A doc/snek.css
    M snek-install.defs

  Log Message:
  -----------
  Start work on a snek doc

Types, operators and the start of control flow

Signed-off-by: Keith Packard <keithp at keithp.com>


  Commit: e2d809ce0c0aecef98b55839df0166ff2ffe17ca
      https://github.com/keith-packard/snek/commit/e2d809ce0c0aecef98b55839df0166ff2ffe17ca
  Author: Keith Packard <keithp at keithp.com>
  Date:   2019-03-03 (Sun, 03 Mar 2019)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Fix README to reflect current language

Add dictionaries, del and named parameters

Signed-off-by: Keith Packard <keithp at keithp.com>


  Commit: 094ada43f90401da30c2c01a80d2e6e1df89900b
      https://github.com/keith-packard/snek/commit/094ada43f90401da30c2c01a80d2e6e1df89900b
  Author: Keith Packard <keithp at keithp.com>
  Date:   2019-03-03 (Sun, 03 Mar 2019)

  Changed paths:
    M snek-code.c
    M snek-list.c
    M snek.h

  Log Message:
  -----------
  Handle delete in lists

Much like delete in dictionaries

Signed-off-by: Keith Packard <keithp at keithp.com>


Compare: https://github.com/keith-packard/snek/compare/75648d1a24a0...094ada43f904


More information about the Snek mailing list