Upgrade to Pro — share decks privately, control downloads, hide ads and more …

NIFs and C-Nodes

NIFs and C-Nodes

Lukas Rieder

October 12, 2017
Tweet

More Decks by Lukas Rieder

Other Decks in Programming

Transcript

  1. <html> <head> <body> <svg:svg> <svg:desc> <style> <-text>: <a> Answer C:

    <svg><desc><style><a> What is the correct tree?
  2. <svg> <desc> <style> <a> Answer A: <html> <head> <body> <svg>

    <desc> <style> <a> Answer B: <html> <head> <body> <svg:svg> <svg:desc> <svg:style> <-text>: <a> Answer C: <html> <head> <body> <svg:svg> <svg:desc> <svg:style> <svg:a> Answer D: <svg><desc><style><a> What is the correct tree?