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

HTML syntax part 3 #323

Closed
wants to merge 4 commits into from
Closed

Commits on Oct 27, 2014

  1. WIP feat(syntax) Use HTML attributes for <template> parameters

    Conflicts:
    	docs/playground/splitter.hsp
    	docs/samples/logs/logs.hsp
    	test/compiler/errsamples/element6.txt
    	test/compiler/errsamples/element7.txt
    	test/gestures/doubleTap.spec.hsp
    	test/gestures/drag.spec.hsp
    	test/gestures/longPress.spec.hsp
    	test/gestures/pinch.spec.hsp
    	test/gestures/singleTap.spec.hsp
    	test/gestures/swipe.spec.hsp
    	test/gestures/tap.spec.hsp
    	test/rt/cptattelements3.spec.hsp
    	test/rt/cptattelements4.spec.hsp
    	test/rt/evthandler.spec.hsp
    jakub-g committed Oct 27, 2014
    Configuration menu
    Copy the full SHA
    25e06d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4effbf0 View commit details
    Browse the repository at this point in the history
  3. WIP added some tests

    jakub-g committed Oct 27, 2014
    Configuration menu
    Copy the full SHA
    329c46c View commit details
    Browse the repository at this point in the history
  4. WIP code review refactor

    moved error handling logic to syntaxtree
    only basic extraction of attribs is done at hspblocks parse time
    jakub-g committed Oct 27, 2014
    Configuration menu
    Copy the full SHA
    c974ff8 View commit details
    Browse the repository at this point in the history